Searched refs:P_STOPPED_SIG (Results 1 – 6 of 6) sorted by relevance
313 p->p_flag &= ~P_STOPPED_SIG; in exit1()567 P_STOPPED_SIG)) != 0) { in exit1()1352 ((p->p_flag & (P_STOPPED_TRACE | P_STOPPED_SIG)) && in kern_wait6()1369 (p->p_flag & P_STOPPED_SIG) != 0) { in kern_wait6()
2379 !((prop & SIGPROP_CONT) && (p->p_flag & P_STOPPED_SIG))) in tdsendsignal() 2405 p->p_flag &= ~P_STOPPED_SIG; in tdsendsignal() 2426 p->p_flag &= ~P_STOPPED_SIG; in tdsendsignal() 2471 p->p_flag |= P_STOPPED_SIG; in tdsendsignal() 2507 p->p_flag |= P_STOPPED_SIG; in tdsendsignal() 2880 p->p_flag |= P_STOPPED_SIG | P_STOPPED_TRACE; in ptracestop() 3238 p->p_flag |= P_STOPPED_SIG; in sigprocess() 3363 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()
983 if (P_SHOULDSTOP(p) == P_STOPPED_SIG) { in orphanpg()3517 P_STOPPED_SIG)) != 0) { in stop_all_proc()
825 #define P_STOPPED_SIG 0x00020000 /* Stopped due to SIGSTOP/SIGTSTP. */ macro843 #define P_STOPPED (P_STOPPED_SIG|P_STOPPED_SINGLE|P_STOPPED_TRACE)