Home
last modified time | relevance | path

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

/external/mksh/src/
Djobs.c134 static int nzombie; /* # of zombies owned by this process */ variable
599 nzombie = 0; in exchild()
1024 nzombie++; in j_notify()
1073 while (nzombie > CHILD_MAX) { in j_set_async()
1081 if (!(async_job->flags & JF_ZOMBIE) || nzombie != 1) { in j_set_async()
1083 "j_async", nzombie); in j_set_async()
1084 nzombie = 0; in j_set_async()
1526 nzombie++; in check_job()
1859 --nzombie; in remove_job()