cvs commit: src/lib/libthr/thread thr_cond.c thr_mutex.c
thr_private.h thr_sig.c thr_spinlock.c
Mike Makonnen
mtm at FreeBSD.org
Tue Dec 9 03:12:57 PST 2003
mtm 2003/12/09 03:12:11 PST
FreeBSD src repository
Modified files:
lib/libthr/thread thr_cond.c thr_mutex.c thr_private.h
thr_sig.c thr_spinlock.c
Log:
Fix the wrapper function around signals so that a signal handling
thread on one of the mutex or condition variable queues is removed
from those queues before the real signal handler is called.
Revision Changes Path
1.10 +0 -9 src/lib/libthr/thread/thr_cond.c
1.18 +1 -25 src/lib/libthr/thread/thr_mutex.c
1.24 +1 -0 src/lib/libthr/thread/thr_private.h
1.7 +44 -24 src/lib/libthr/thread/thr_sig.c
1.8 +11 -0 src/lib/libthr/thread/thr_spinlock.c
More information about the cvs-src
mailing list