Andrew Gillham <gillham@vaultron.com> writes: > What I would like to know, is what is the proper way to check whether > the mutex is already unlocked? As has been pointed out already there is no "proper way" for an application to do this, but one might be able to employ pthread_mutex_trylock() in some way. - Klaus