cvs commit: src/lib/libthr/thread thr_create.c thr_gc.c
thr_private.h thr_stack.c
Mike Makonnen
mtm at FreeBSD.org
Sun May 25 17:37:09 PDT 2003
mtm 2003/05/25 17:37:07 PDT
FreeBSD src repository
Modified files:
lib/libthr/thread thr_create.c thr_gc.c thr_private.h
thr_stack.c
Log:
Decouple the thread stack [de]allocating functions from the 'dead threads list'
lock. It's not really necessary and we don't need the added complexity
or potential for deadlocks.
Approved by: re/blanket libthr
Revision Changes Path
1.9 +2 -3 src/lib/libthr/thread/thr_create.c
1.5 +2 -0 src/lib/libthr/thread/thr_gc.c
1.14 +8 -0 src/lib/libthr/thread/thr_private.h
1.3 +4 -4 src/lib/libthr/thread/thr_stack.c
More information about the cvs-src
mailing list