Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_process.c788 p->p_flag &= ~(P_STOPPED_TRACE | P_STOPPED_SIG | P_WAITED); in ptrace_unsuspend()
821 (p->p_flag & P_WAITED) == 0) in proc_can_ptrace()
1090 p->p_flag &= ~(P_STOPPED_SIG | P_WAITED); in kern_ptrace()
1274 p->p_flag &= ~(P_TRACED | P_WAITED); in kern_ptrace()
H A Dkern_exit.c1254 p->p_flag |= P_WAITED; in report_alive_proc()
1350 (p->p_flag & P_WAITED) == 0); in kern_wait6()
1368 ((p->p_flag & P_WAITED) == 0)); in kern_wait6()
H A Dkern_sig.c3375 p->p_flag &= ~P_WAITED; in thread_stopped()
/freebsd/sys/i386/linux/
H A Dlinux_ptrace_machdep.c374 if (!P_SHOULDSTOP(p) || (p->p_flag & P_WAITED) == 0) { in linux_ptrace()
/freebsd/sys/sys/
H A Dproc.h820 #define P_WAITED 0x00001000 /* Someone is waiting for us. */ macro