Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_exit.c1474 if (q->p_flag & P_STATCHILD) { in kern_wait6()
1476 q->p_flag &= ~P_STATCHILD; in kern_wait6()
1538 if ((q->p_flag & P_STATCHILD) != 0) { in kern_wait6()
1539 q->p_flag &= ~P_STATCHILD; in kern_wait6()
H A Dkern_sig.c3691 p->p_pptr->p_flag |= P_STATCHILD; in childproc_jobstate()
/freebsd/sys/sys/
H A Dproc.h855 #define P_STATCHILD 0x08000000 /* Child process stopped or exited. */ macro