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

/external/mksh/src/
H A Djobs.c84 #define JF_ZOMBIE 0x100 /* known, unwaited process */ macro
980 if ((!(j->flags & JF_ZOMBIE) || zflag) &&
1027 j->flags = (j->flags & ~JF_REMOVE) | JF_ZOMBIE;
1070 if (async_job && (async_job->flags & (JF_KNOWN|JF_ZOMBIE)) == JF_ZOMBIE)
1081 if (jl != async_job && (jl->flags & JF_ZOMBIE) &&
1086 if (!(async_job->flags & JF_ZOMBIE) || nzombie != 1) {
1529 j->flags |= JF_ZOMBIE;
1853 if ((j->flags & JF_ZOMBIE) && j->ppid == procpid)

Completed in 291 milliseconds