Home
last modified time | relevance | path

Searched refs:P_STOPPED_SIG (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Dkern_exit.c313 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()
H A Dkern_sig.c2379 !((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()
H A Dsys_process.c788 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()
H A Dkern_thread.c1245 if ((p->p_flag & (P_STOPPED_SIG | P_TRACED)) != 0 || in thread_single()
H A Dkern_proc.c983 if (P_SHOULDSTOP(p) == P_STOPPED_SIG) { in orphanpg()
3517 P_STOPPED_SIG)) != 0) { in stop_all_proc()
/freebsd/sys/sys/
H A Dproc.h825 #define P_STOPPED_SIG 0x00020000 /* Stopped due to SIGSTOP/SIGTSTP. */ macro
843 #define P_STOPPED (P_STOPPED_SIG|P_STOPPED_SINGLE|P_STOPPED_TRACE)