HomeSort by: relevance | last modified time | path
    Searched refs:PL_PPWAIT (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/kern/
kern_fork.c 436 p2->p_lflag = PL_PPWAIT;
660 ISSET(p->p_lflag, PL_PPWAIT) ? PTRACE_VFORK : PTRACE_FORK);
kern_exit.c 358 * If parent is waiting for us to exit or exec, PL_PPWAIT is set; we
363 if (p->p_lflag & PL_PPWAIT) {
367 p->p_lflag &= ~PL_PPWAIT;
kern_sig.c 929 !(p->p_pptr == p->p_opptr && ISSET(p->p_lflag, PL_PPWAIT)) &&
1872 if ((p->p_lflag & PL_PPWAIT) != 0)
1880 if ((p->p_lflag & PL_PPWAIT) != 0)
1939 !(ISSET(p->p_lflag, PL_PPWAIT) &&
1996 !(ISSET(p->p_lflag, PL_PPWAIT) &&
kern_lwp.c 1939 if (p->p_lflag & PL_PPWAIT)
2070 if (p->p_lflag & PL_PPWAIT) {
tty.c 1070 p->p_pgrp->pg_jobc && (p->p_lflag & PL_PPWAIT) == 0 &&
1997 p->p_lflag & PL_PPWAIT || p->p_pgrp->pg_jobc == 0) {
2260 ISSET(tp->t_lflag, TOSTOP) && (p->p_lflag & PL_PPWAIT) == 0 &&
tty_pty.c 444 p->p_lflag & PL_PPWAIT) {
kern_exec.c 1298 * It's OK to test PL_PPWAIT unlocked here, as other LWPs have
1305 if ((p->p_lflag & PL_PPWAIT) != 0) {
1315 p->p_lflag &= ~PL_PPWAIT;
sys_ptrace_common.c 392 if (ISSET(p->p_lflag, PL_PPWAIT) && p->p_pptr == t)
kern_proc.c 2018 PL_PPWAIT, P_PPWAIT,
  /src/sys/sys/
proc.h 433 #define PL_PPWAIT 0x00000002 /* Parent is waiting for child exec/exit */

Completed in 24 milliseconds