cvs commit: src/sys/kern kern_exit.c kern_sig.c

Matthew Dillon dillon at apollo.backplane.com
Sat Jun 30 03:21:38 PDT 2007


:Could you explain how this happens?  lwp_signotify() wakes up/interrupts/=
:schedules the thread.
:
:cheers
:  simon

    Yes, it wakes up, checks for pending signals, find that there are
    no pending signals, and goes right back to sleep without ever trying
    to return to user mode so the WEXIT status is never checked.

						-Matt





More information about the Commits mailing list