I'm looking for pthread usage.

Frank Schafer frank.schafer@setuza.cz
Tue Feb 26 01:34:00 GMT 2002


On Tue, 2002-02-26 at 09:37, Thai Dang Vu wrote:
> 
> Hello everybody,
> 
> I found a pthread tutorial at
> http://centaurus.cs.umass.edu/~wagner/threads_html/sect1.htm. I'm using
> g++ 2.95 of cygwin on windows 2000. In that tutorial I saw some funtions
> which I couldn't find in usr/include/pthread.h (for example
> pthread_delay_np(struct timespec)).
> 
> Do you know where I can find a tutorial about pthread which goes with
> g++ 2.95? I also need to know about thread condition signal (something
> like wait and notify of Java).
> 
> Thanks for all your help.
> Best regards.
> 
Hi,

I think pthread is an add-on of the C-library, and pthread stands for
POSIX-threads.
You should look through the API for Gatesows ... or mayme Cygwin
upgrades this top system a bit ... ;o)

Regards
Frank



More information about the Gcc-help mailing list