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()
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()
H A Dkern_sig.c2397 !((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()
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.c984 if (P_SHOULDSTOP(p) == P_STOPPED_SIG) { in orphanpg()
3505 P_STOPPED_SIG)) != 0) { in stop_all_proc()
/freebsd/sys/sys/
H A Dproc.h827 #define P_STOPPED_SIG 0x00020000 /* Stopped due to SIGSTOP/SIGTSTP. */ macro
845 #define P_STOPPED (P_STOPPED_SIG|P_STOPPED_SINGLE|P_STOPPED_TRACE)