Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dkern_exit.c1222 if (q->p_flag & P_STATCHILD) { in kern_wait6()
1224 q->p_flag &= ~P_STATCHILD; in kern_wait6()
1320 if (q->p_flag & P_STATCHILD) { in kern_wait6()
1321 q->p_flag &= ~P_STATCHILD; in kern_wait6()
H A Dkern_sig.c3203 p->p_pptr->p_flag |= P_STATCHILD; in childproc_jobstate()
/freebsd-12.1/sys/sys/
H A Dproc.h746 #define P_STATCHILD 0x8000000 /* Child process stopped or exited. */ macro