MCPcopy 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
841static void
842reap_some (void)
843{
844 reap (-1);
845 reap_exited ();
846}
847
848/* Reap all children, waiting if necessary. */
849

Callers 1

pipe_childFunction · 0.85

Calls 2

reapFunction · 0.85
reap_exitedFunction · 0.85

Tested by

no test coverage detected