Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ reap_some
Function
reap_some
src/sort.c:841–846 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
839
/* Reap at least one exited child, waiting if necessary. */
840
841
static void
842
reap_some (void)
843
{
844
reap (-1);
845
reap_exited ();
846
}
847
848
/* Reap all children, waiting if necessary. */
849
Callers
1
pipe_child
Function · 0.85
Calls
2
reap
Function · 0.85
reap_exited
Function · 0.85
Tested by
no test coverage detected