Subject: Re: pthread_mutex_unlock() question.
To: Andrew Gillham <gillham@vaultron.com>
From: Martin Husemann <martin@duskware.de>
List: netbsd-users
Date: 05/17/2003 08:46:07
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