freebsd-dev/lib/libkse
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
..
sys Change the name of this source file so that libc_r builds it instead 1998-04-30 09:04:10 +00:00
thread Fixed a race condition during the first lock/trylock of a statically 1998-08-02 17:04:25 +00:00
Makefile Don't compile in the use of poll() when building libc_r. This isn't 1998-06-14 11:25:46 +00:00