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

/external/mksh/src/
H A Djobs.c120 static int nzombie; /* # of zombies owned by this process */ variable
591 nzombie = 0;
1059 while (nzombie > CHILD_MAX) {
1067 if (!(async_job->flags & JF_ZOMBIE) || nzombie != 1) {
1068 internal_warningf("%s: bad nzombie (%d)",
1069 "j_async", nzombie);
1070 nzombie = 0;
1512 nzombie++;
1820 --nzombie;

Completed in 96 milliseconds