Home | History | Annotate | Download | only in make-3.81

Lines Matching full:dead_children

413    the dead children.  In this case we don't need the dead_children count.
416 use the dead_children count to reap children as best we can. */
418 static unsigned int dead_children = 0;
423 ++dead_children;
437 DB (DB_JOBS, (_("Got a SIGCHLD; %u unreaped children.\n"), dead_children));
462 # define REAP_MORE dead_children
503 register = dead_children - 1;
504 dead_children = register;
506 child_handler increments dead_children.
508 only effect of dead_children being wrong is that we might wait
513 if (dead_children > 0)
514 --dead_children;
1351 ++dead_children;
1358 ++dead_children;