Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ reap_exited
Function
reap_exited
src/sort.c:832–837 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
830
already exited. */
831
832
static void
833
reap_exited (void)
834
{
835
while (0 < nprocs && reap (0))
836
continue;
837
}
838
839
/* Reap at least one exited child, waiting if necessary. */
840
Callers
2
reap_some
Function · 0.85
pipe_child
Function · 0.85
Calls
1
reap
Function · 0.85
Tested by
no test coverage detected