Searched refs:nzombie (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Djobs.c121 static int nzombie; /* # of zombies owned by this process */ variable
539 nzombie = 0;
1008 while (nzombie > CHILD_MAX) {
1016 if (!(async_job->flags & JF_ZOMBIE) || nzombie != 1) {
1017 internal_warningf("%s: bad nzombie (%d)",
1018 "j_async", nzombie);
1019 nzombie = 0;
1418 nzombie++;
1714 --nzombie;

Completed in 43 milliseconds