Subj : Re: mutex problem To : comp.programming.threads From : Torsten Robitzki Date : Fri Jun 17 2005 12:47 pm LinuxGuy wrote: > Hi , > Actually I am using pthread library and consider "Thread" as wrapper > class it would be like this and "threadFunction" is the thread body > actually.. > but thanks your 2 mutexes soultion can be one option You can have a look at boost/threads for C++ wrappers. The concepts are quit pthreasdish ;-) .