cvs commit: src/lib/libthr/thread thr_exit.c thr_gc.c thr_join.c
Mike Makonnen
mtm at FreeBSD.org
Thu May 29 13:46:55 PDT 2003
mtm 2003/05/29 13:46:53 PDT
FreeBSD src repository
Modified files:
lib/libthr/thread thr_exit.c thr_gc.c thr_join.c
Log:
Don't hold the active thread list lock when signaling the gc thread.
The dead list thread is sufficient for synchronization.
Retire the arch_id (ldt array slot) in the gc thread instead of the
doing it in the thread itself.
Approved by: re/jhb
Revision Changes Path
1.8 +13 -11 src/lib/libthr/thread/thr_exit.c
1.6 +7 -0 src/lib/libthr/thread/thr_gc.c
1.8 +1 -1 src/lib/libthr/thread/thr_join.c
More information about the cvs-src
mailing list