On Mittwoch, 7. April 2010, Fredrik Kuivinen wrote: > As I mentioned in another mail in this thread, our mutex > implementation on WIN32 already is recursive. It is implemented on top > of the CRITICAL_SECTION type, which is recursive. See > http://msdn.microsoft.com/en-us/library/ms682530%28VS.85%29.aspx Very true! > + if (pthread_mutexattr_settype(&a, PTHREAD_MUTEX_RECURSIVE)) I wonder how many pthreads implementations there are that do not support recursive mutexes... -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html