i just tried something out. it appears that _schedexecwait()'s
purpose is to serve thredwaitchan():
Threadwaitchan returns a channel of pointers to Waitmsg
structures (see wait(2)). When an exec'ed process exits, a
pointer to a Waitmsg is sent to this channel. These
On Thu Dec 5 18:01:07 EST 2013, cinap_len...@felloff.net wrote:
> i just tried something out. it appears that _schedexecwait()'s
> purpose is to serve thredwaitchan():
>
> Threadwaitchan returns a channel of pointers to Waitmsg
> structures (see wait(2)). When an exec'ed proce