Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ reap_all
Function
reap_all
src/sort.c:850–855 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
848
/* Reap all children, waiting if necessary. */
849
850
static void
851
reap_all (void)
852
{
853
while (0 < nprocs)
854
reap (-1);
855
}
856
857
/* Cleanup actions to take when exiting. */
858
Callers
1
sort
Function · 0.85
Calls
1
reap
Function · 0.85
Tested by
no test coverage detected