alex a9c05a1ce9 Fixed a race condition during the first lock/trylock of a statically
initialized mutex.  Statically initialized mutexes are actually
initialized at first use (pthread_mutex_lock/pthread_mutex_trylock).
To prevent concurrent initialization by multiple threads, all
static initializations are now serialized by a spinlock.

Reviewed by:	jb
1998-08-02 17:04:25 +00:00
..
1998-05-31 11:32:38 +00:00
1998-08-02 14:41:34 +00:00
1998-06-30 18:03:05 +00:00
1998-04-29 22:43:18 +00:00
1998-04-29 22:43:18 +00:00
1998-06-30 18:06:23 +00:00