MCPcopy 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
832static void
833reap_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_someFunction · 0.85
pipe_childFunction · 0.85

Calls 1

reapFunction · 0.85

Tested by

no test coverage detected