MCPcopy 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
850static void
851reap_all (void)
852{
853 while (0 < nprocs)
854 reap (-1);
855}
856
857/* Cleanup actions to take when exiting. */
858

Callers 1

sortFunction · 0.85

Calls 1

reapFunction · 0.85

Tested by

no test coverage detected