]> git.lizzy.rs Git - plan9front.git/commit
libthread: avoid calling thread waiting for fork/execed process to finish if we dont...
authorcinap_lenrek <cinap_lenrek@felloff.net>
Fri, 6 Dec 2013 04:03:35 +0000 (05:03 +0100)
committercinap_lenrek <cinap_lenrek@felloff.net>
Fri, 6 Dec 2013 04:03:35 +0000 (05:03 +0100)
commit6e1c833585a78e534a0b4a7c990faba7d4dcdd45
tree111e6b11e4b8ebd0e972fc8d787d8c96b61f47f5
parentf6887b0a3c0a18c59721ea5a006a1c31b3604591
libthread: avoid calling thread waiting for fork/execed process to finish if we dont have to

we do not need to wait for fork/execed program to finish when
not collecting waitmsg. this reduces the number of rio
processes hanging arround for each window shell just waiting
for it to terminate and then dumping the waitmsg.
sys/src/libthread/main.c