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

/external/mksh/src/
H A Djobs.c123 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;
1446 nzombie++;
1747 --nzombie;

Completed in 56 milliseconds