mtm 2003/06/02 04:01:00 PDT
FreeBSD src repository
Modified files:
lib/libthr/thread thr_detach.c
Log:
Unwind the _giant_mutex from pthread_detach(). When detaching a joiner thread
it's important the correct lock order is observed: lock first the joined and
then the joiner.
Revision Changes Path
1.4 +8 -8 src/lib/libthr/thread/thr_detach.c