OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dead_children
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gmake/dist/
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
...]
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 32 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026