freebsd-dev/lib/libpthread
Daniel Eischen 8d048bba15 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
1999-12-28 18:08:09 +00:00
..
arch $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
man Fixed bitrot in synopsis. The change from "int *pshared" to "int pshared" 1999-12-23 16:51:27 +00:00
sys $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
test $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thread Don't wakeup threads when there is a process signal and no installed 1999-12-28 18:08:09 +00:00
Makefile Fix some minor POSIX/SUSv2 compliance nits. 1999-12-18 01:00:42 +00:00