Searched refs:P_WAITED (Results 1 – 5 of 5) sorted by relevance
788 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()
1254 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()
3375 p->p_flag &= ~P_WAITED; in thread_stopped()
374 if (!P_SHOULDSTOP(p) || (p->p_flag & P_WAITED) == 0) { in linux_ptrace()
820 #define P_WAITED 0x00001000 /* Someone is waiting for us. */ macro