Searched refs:P_STATCHILD (Results 1 – 3 of 3) sorted by relevance
1310 if (q->p_flag & P_STATCHILD) { in kern_wait6()1312 q->p_flag &= ~P_STATCHILD; in kern_wait6()1420 if (q->p_flag & P_STATCHILD) { in kern_wait6()1421 q->p_flag &= ~P_STATCHILD; in kern_wait6()
3707 p->p_pptr->p_flag |= P_STATCHILD; in childproc_jobstate()
839 #define P_STATCHILD 0x08000000 /* Child process stopped or exited. */ macro