Date: Tue, 28 Dec 1999 10:08:11 -0800 (PST) From: Daniel Eischen <deischen@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_sig.c Message-ID: <199912281808.KAA14459@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 1999/12/28 10:08:11 PST
Modified files:
lib/libc_r/uthread uthread_sig.c
Log:
Don't wakeup threads when there is a process signal and no installed
handler. Thread-to-thread signals (pthread_signal) are treated differently
than process signals; a pthread_signal can wakeup a blocked thread if
a signal handler is not installed for that signal.
Found by: ACE tests
Revision Changes Path
1.23 +38 -24 src/lib/libc_r/uthread/uthread_sig.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912281808.KAA14459>
