threads without threads
sindica_at_gmail.com
Date: 08/27/04
- Next message: Joona I Palaste: "Re: threads without threads"
- Previous message: Malcolm: "Re: memset"
- Next in thread: Joona I Palaste: "Re: threads without threads"
- Reply: Joona I Palaste: "Re: threads without threads"
- Reply: Thomas Matthews: "Re: threads without threads"
- Reply: Malcolm: "Re: threads without threads"
- Reply: William Ahern: "Re: threads without threads"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Aug 2004 12:55:36 -0700
Hello,
I have a counter loop which actually executes in a different thread.
The thread is there to check for a connection time out. However due to
some limitations, I cannot use pthreads or any OS dependant components
(my code should run on both windows and linux). I have to relegiously
stick on to ANSIC standard. Does ANSI C provide any inherent function
which could accomplish what I intend to do. Or putting it otherway,
how can I just deviate from my direct execution path and just return
to it after a stipulated time has elapsed.
~saraca
- Next message: Joona I Palaste: "Re: threads without threads"
- Previous message: Malcolm: "Re: memset"
- Next in thread: Joona I Palaste: "Re: threads without threads"
- Reply: Joona I Palaste: "Re: threads without threads"
- Reply: Thomas Matthews: "Re: threads without threads"
- Reply: Malcolm: "Re: threads without threads"
- Reply: William Ahern: "Re: threads without threads"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]