Home
last modified time | relevance | path

Searched refs:P_WAITED (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Dsys_process.c775 (p->p_flag & P_WAITED) == 0) { in kern_ptrace()
836 p->p_flag &= ~(P_STOPPED_SIG | P_WAITED); in kern_ptrace()
1022 p->p_flag &= ~(P_TRACED | P_WAITED); in kern_ptrace()
1094 p->p_flag &= ~(P_STOPPED_TRACE | P_STOPPED_SIG | P_WAITED); in kern_ptrace()
H A Dkern_exit.c1193 p->p_flag |= P_WAITED; in report_alive_proc()
1274 (p->p_flag & P_WAITED) == 0); in kern_wait6()
1292 ((p->p_flag & P_WAITED) == 0)); in kern_wait6()
H A Dkern_sig.c3066 p->p_flag &= ~P_WAITED; in thread_stopped()
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c378 if (!P_SHOULDSTOP(p) || (p->p_flag & P_WAITED) == 0) { in linux_ptrace()
/f-stack/freebsd/sys/
H A Dproc.h763 #define P_WAITED 0x00001000 /* Someone is waiting for us. */ macro