Re: [9fans] rio leak

2013-12-05 Thread cinap_lenrek
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

Re: [9fans] rio leak

2013-12-05 Thread erik quanstrom
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