freebsd-nq/lib/libthr
Mike Makonnen 41f2bd859f Use a static lock to ake sure pthread_cond_* functions called
from multiple threads don't initialze the same condition variable
more than once.

Explicitly compare cond pointers with PTHREAD_COND_INITIALIZER instead
of NULL. Just because it happens to be defined as NULL is no reason
to encourage the idea that people can call those functions with
NULL pointers to a condition variable.

Approved by:	re/jhb
2003-05-29 20:54:00 +00:00
..
arch Missing unlock. 2003-05-29 20:49:17 +00:00
sys - Adjust the makefiles so we have a per architecture makefile. 2003-04-01 07:07:38 +00:00
thread Use a static lock to ake sure pthread_cond_* functions called 2003-05-29 20:54:00 +00:00
Makefile Make WARNS2 clean. The fixes mostly included: 2003-05-23 09:48:20 +00:00