signal handler priority issue

Sean McNeil sean at mcneil.com
Sat Jun 12 01:17:38 GMT 2004


On Fri, 2004-06-11 at 17:58, David Xu wrote:
> 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

Great job, David.  Solves my issue.

Cheers,
Sean




More information about the freebsd-threads mailing list