Searched refs:P_STATCHILD (Results 1 – 4 of 4) sorted by relevance
1221 if (q->p_flag & P_STATCHILD) { in kern_wait6()1223 q->p_flag &= ~P_STATCHILD; in kern_wait6()1318 if (q->p_flag & P_STATCHILD) { in kern_wait6()1319 q->p_flag &= ~P_STATCHILD; in kern_wait6()
3233 p->p_pptr->p_flag |= P_STATCHILD; in childproc_jobstate()
1364 if (q->p_flag & P_STATCHILD) {1365 q->p_flag &= ~P_STATCHILD;
731 #define P_STATCHILD 0x8000000 /* Child process stopped or exited. */ macro