]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the wrapper function around signals so that a signal handling
authormtm <mtm@FreeBSD.org>
Tue, 9 Dec 2003 11:12:11 +0000 (11:12 +0000)
committermtm <mtm@FreeBSD.org>
Tue, 9 Dec 2003 11:12:11 +0000 (11:12 +0000)
commit5f32d90edd66b839d09271c56ca3d2e3ff04624a
tree8acaa952bf900222012b86ff5e6540e2feb6b6bc
parentbc6b622cf64270f3ae017698e25018a5687802ad
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.
lib/libthr/thread/thr_cond.c
lib/libthr/thread/thr_mutex.c
lib/libthr/thread/thr_private.h
lib/libthr/thread/thr_sig.c
lib/libthr/thread/thr_spinlock.c