HomeSort by: relevance | last modified time | path
    Searched defs:reap_children (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
man.c 271 reap_children (int sig) function
307 sigsave = signal (SIGCHLD, reap_children);
  /src/external/gpl2/gmake/dist/
job.c 451 reap_children (int block, int err)
814 live and call reap_children again. */
1096 reap_children (where we used to do it), because reap_children might be
1454 /* Start the first command; reap_children will run later command lines. */
1503 reap_children (0, 0);
1631 reap_children (1, 0);
1670 reap_children() does its last check for dead children and the time
1675 To avoid this, we do the following: before we reap_children(), we
1690 reap_children (0, 0)
447 reap_children (int block, int err) function
    [all...]

Completed in 44 milliseconds