DragonFly commits List (threaded) for 2007-06
DragonFly BSD
DragonFly commits List (threaded) for 2007-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 30 Jun 2007 03:20:43 -0700 (PDT)

: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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]