freebsd-skq/lib/libthr
mtm 3440accd67 Revise the unlock order in _pthread_join(). Also, if the joined
thread is not dead, the join loop is guaranteed to execute at least
once, so there is no need to pick up the thread list lock after
we return from suspenstion only to release it after the loop.

Approved by:	re/blanket libthr
2003-05-26 00:28:49 +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 Revise the unlock order in _pthread_join(). Also, if the joined 2003-05-26 00:28:49 +00:00
Makefile Make WARNS2 clean. The fixes mostly included: 2003-05-23 09:48:20 +00:00