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

Lines Matching full:waiting_jobs

220 static struct child *waiting_jobs = 0;
1424 the load was too high and the child was put on the `waiting_jobs' chain. */
1449 c->next = waiting_jobs;
1450 waiting_jobs = c;
1707 set_child_handler_action_flags (1, waiting_jobs != NULL);
1710 set_child_handler_action_flags (0, waiting_jobs != NULL);
1879 if (waiting_jobs == 0)
1888 job = waiting_jobs;
1889 waiting_jobs = job->next;
1894 while (start_waiting_job (job) && waiting_jobs != 0);