Searched refs:P_STATCHILD (Results 1 – 4 of 4) sorted by relevance
1209 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()
3038 p->p_pptr->p_flag |= P_STATCHILD; in childproc_jobstate()
1364 if (q->p_flag & P_STATCHILD) {1365 q->p_flag &= ~P_STATCHILD;
699 #define P_STATCHILD 0x8000000 /* Child process stopped or exited. */ macro