freebsd-dev/lib/libthr
Mike Makonnen a09d02f780 Minimize the potential for deadlocks between an exiting thread and it's
joiner by making sure all locks and unlocks occur in the same order. For
the record the lock order is: DEAD_LIST, THREAD_LIST, exiting thread, joiner
thread.

Approved by: re/rwatson
2003-05-27 21:48:42 +00:00
..
arch Return gracefully, rather than aborting, when the maximum concurrent 2003-05-25 22:40:57 +00:00
sys - Adjust the makefiles so we have a per architecture makefile. 2003-04-01 07:07:38 +00:00
thread Minimize the potential for deadlocks between an exiting thread and it's 2003-05-27 21:48:42 +00:00
Makefile Make WARNS2 clean. The fixes mostly included: 2003-05-23 09:48:20 +00:00