Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Djobs.c121 static int nzombie; /* # of zombies owned by this process */ variable
518 nzombie = 0; in exchild()
939 while (nzombie > child_max) { in j_set_async()
947 if (!(async_job->flags & JF_ZOMBIE) || nzombie != 1) { in j_set_async()
949 __func__, nzombie); in j_set_async()
950 nzombie = 0; in j_set_async()
1295 nzombie++; in check_job()
1586 --nzombie; in remove_job()