Date: Tue, 9 Dec 2003 03:12:11 -0800 (PST) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_cond.c thr_mutex.c thr_private.h thr_sig.c thr_spinlock.c Message-ID: <200312091112.hB9BCBdi079846@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312091112.hB9BCBdi079846>