HomeSort by relevance Sort by last modified time
    Searched full:nzombie (Results 1 - 1 of 1) sorted by null

  /external/mksh/src/
jobs.c 120 static int nzombie; /* # of zombies owned by this process */ variable
592 nzombie = 0;
1060 while (nzombie > CHILD_MAX) {
1068 if (!(async_job->flags & JF_ZOMBIE) || nzombie != 1) {
1069 internal_warningf("%s: bad nzombie (%d)",
1070 "j_async", nzombie);
1071 nzombie = 0;
    [all...]

Completed in 57 milliseconds