On Fri, May 16, 2003 at 11:30:27PM -0700, Andrew Gillham wrote: > What I would like to know, is what is the proper way to check whether > the mutex is already unlocked? AFAIKT there is none - the application has a severe design problem if it does not know wether it owns the mutex or not at any time. Martin