HardenedBSD/lib/libpthread
Alexander Langer 27aa2e8958 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
..
arch
man
sys
thread Fixed a race condition during the first lock/trylock of a statically 1998-08-02 17:04:25 +00:00
Makefile