Subj : Re: recursive mutexes To : comp.programming.threads From : David Schwartz Date : Mon May 16 2005 01:14 pm "Uenal Mutlu" <520001085531-0001@t-online.de> wrote in message news:d6a95m$dlh$00$1@news.t-online.com... > Ok, I'll wait a while before replying to what you have written. > In the mean time can you just tell me for which target OS you > do develop and which threading pkg you use? If you were talking to me, I develop multi-threaded software for WIN32, Linux, Solaris, FreeBSD, and a few other UNIXes. As for which threading package you use, I'm not sure what you mean. WIN32 has its threading primitives and UNIXes have theirs. I do have a set of adaptation classes that gives me a consistent set of C++ threading classes on both platforms. DS .