Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_exit.c1221 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()
HDkern_sig.c3233 p->p_pptr->p_flag |= P_STATCHILD; in childproc_jobstate()
/freebsd-11-stable/sys/compat/svr4/
HDsvr4_misc.c1364 if (q->p_flag & P_STATCHILD) {
1365 q->p_flag &= ~P_STATCHILD;
/freebsd-11-stable/sys/sys/
HDproc.h731 #define P_STATCHILD 0x8000000 /* Child process stopped or exited. */ macro