Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_exit.c1209 if (q->p_flag & P_STATCHILD) { in kern_wait6()
1211 q->p_flag &= ~P_STATCHILD; in kern_wait6()
1346 if (q->p_flag & P_STATCHILD) { in kern_wait6()
1347 q->p_flag &= ~P_STATCHILD; in kern_wait6()
HDkern_sig.c3038 p->p_pptr->p_flag |= P_STATCHILD; in childproc_jobstate()
/NextBSD/sys/compat/svr4/
HDsvr4_misc.c1364 if (q->p_flag & P_STATCHILD) {
1365 q->p_flag &= ~P_STATCHILD;
/NextBSD/sys/sys/
HDproc.h699 #define P_STATCHILD 0x8000000 /* Child process stopped or exited. */ macro