signal handler priority issue

David Xu davidxu at freebsd.org
Sat Jun 12 01:01:24 GMT 2004


Sean McNeil wrote:

>What old signal mask?  It should be the signals that sigsuspend allows
>that get handled within sigsuspend.  Make sure the following can still
>happen:
>
>signal is masked.
>sigsuspend is called with signal unmasked.
>signal comes in or is pending already.
>signal handler is called.
>sigsuspend returns.
>
>Sean
>  
>
please try :
http://people.freebsd.org/~davidxu/kse/sigsuspend.diff


David Xu



More information about the freebsd-amd64 mailing list