K 10 svn:author V 8 deischen K 8 svn:date V 27 1999-12-28T18:08:09.000000Z K 7 svn:log V 287 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 END