OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dead_children
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/
job.c
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 wai
414
static unsigned int
dead_children
= 0;
variable
[
all
...]
Completed in 472 milliseconds