OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nzombie
(Results
1 - 1
of
1
) sorted by null
/external/mksh/src/
jobs.c
123
static int
nzombie
; /* # of zombies owned by this process */
variable
546
nzombie
= 0;
1014
while (
nzombie
> CHILD_MAX) {
1022
if (!(async_job->flags & JF_ZOMBIE) ||
nzombie
!= 1) {
1023
internal_warningf("%s: bad
nzombie
(%d)",
1024
"j_async",
nzombie
);
1025
nzombie
= 0;
[
all
...]
Completed in 122 milliseconds