Home
last modified time | relevance | path

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

/external/mksh/src/
Djobs.c133 static int nzombie; /* # of zombies owned by this process */ variable
598 nzombie = 0; in exchild()
1023 nzombie++; in j_notify()
1072 while (nzombie > CHILD_MAX) { in j_set_async()
1080 if (!(async_job->flags & JF_ZOMBIE) || nzombie != 1) { in j_set_async()
1082 "j_async", nzombie); in j_set_async()
1083 nzombie = 0; in j_set_async()
1525 nzombie++; in check_job()
1848 --nzombie; in remove_job()