Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_exit.c1246 if (q->p_flag & P_STATCHILD) { in kern_wait6()
1248 q->p_flag &= ~P_STATCHILD; in kern_wait6()
1344 if (q->p_flag & P_STATCHILD) { in kern_wait6()
1345 q->p_flag &= ~P_STATCHILD; in kern_wait6()
H A Dkern_sig.c3357 p->p_pptr->p_flag |= P_STATCHILD; in childproc_jobstate()
/f-stack/freebsd/sys/
H A Dproc.h782 #define P_STATCHILD 0x08000000 /* Child process stopped or exited. */ macro