Subj : Re: Study Material for Multi-threaded application developement in UNIX/LINUX To : comp.programming.threads From : Uenal Mutlu Date : Thu May 26 2005 01:02 pm wrote > > Try this C++ library, I will give you directions > on how to create and use threads in a c++ context. > > http://www.partow.net/programming/posixsynchwrapper/index.html > > Regards > Arash Partow Maybe a bug: shouldn't the following variable in POSIXcondition.h be static ? unsigned int active_waiters .