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

/external/mksh/src/
H A Djobs.c133 static int nzombie; /* # of zombies owned by this process */ variable
604 nzombie = 0;
1029 nzombie++;
1078 while (nzombie > CHILD_MAX) {
1086 if (!(async_job->flags & JF_ZOMBIE) || nzombie != 1) {
1087 internal_warningf("%s: bad nzombie (%d)",
1088 "j_async", nzombie);
1089 nzombie = 0;
1531 nzombie++;
1854 --nzombie;
[all...]

Completed in 142 milliseconds