Searched refs:P_STOPPED_SIG (Results 1 – 6 of 6) sorted by relevance
313 p->p_flag &= ~P_STOPPED_SIG; in exit1()568 P_STOPPED_SIG)) != 0) { in exit1()1349 ((p->p_flag & (P_STOPPED_TRACE | P_STOPPED_SIG)) && in kern_wait6()1366 (p->p_flag & P_STOPPED_SIG) != 0) { in kern_wait6()
2397 !((prop & SIGPROP_CONT) && (p->p_flag & P_STOPPED_SIG))) in tdsendsignal()2423 p->p_flag &= ~P_STOPPED_SIG; in tdsendsignal()2444 p->p_flag &= ~P_STOPPED_SIG; in tdsendsignal()2489 p->p_flag |= P_STOPPED_SIG; in tdsendsignal()2525 p->p_flag |= P_STOPPED_SIG; in tdsendsignal()2898 p->p_flag |= P_STOPPED_SIG | P_STOPPED_TRACE; in ptracestop()3256 p->p_flag |= P_STOPPED_SIG; in sigprocess()3381 if ((p->p_flag & P_STOPPED_SIG) && (n == p->p_numthreads)) { in thread_stopped()
788 p->p_flag &= ~(P_STOPPED_TRACE | P_STOPPED_SIG | P_WAITED); in ptrace_unsuspend()1088 if ((p->p_flag & P_STOPPED_SIG) != 0) { in kern_ptrace()1090 p->p_flag &= ~(P_STOPPED_SIG | P_WAITED); in kern_ptrace()
1245 if ((p->p_flag & (P_STOPPED_SIG | P_TRACED)) != 0 || in thread_single()
984 if (P_SHOULDSTOP(p) == P_STOPPED_SIG) { in orphanpg()3505 P_STOPPED_SIG)) != 0) { in stop_all_proc()
827 #define P_STOPPED_SIG 0x00020000 /* Stopped due to SIGSTOP/SIGTSTP. */ macro845 #define P_STOPPED (P_STOPPED_SIG|P_STOPPED_SINGLE|P_STOPPED_TRACE)