Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_exit.c287 p->p_flag &= ~P_STOPPED_SIG; in exit1()
1272 ((p->p_flag & (P_STOPPED_TRACE | P_STOPPED_SIG)) && in kern_wait6()
1289 (p->p_flag & P_STOPPED_SIG) != 0) { in kern_wait6()
H A Dsys_process.c834 if ((p->p_flag & P_STOPPED_SIG) != 0) { in kern_ptrace()
836 p->p_flag &= ~(P_STOPPED_SIG | P_WAITED); in kern_ptrace()
1094 p->p_flag &= ~(P_STOPPED_TRACE | P_STOPPED_SIG | P_WAITED); in kern_ptrace()
H A Dkern_sig.c2261 !((prop & SIGPROP_CONT) && (p->p_flag & P_STOPPED_SIG))) in tdsendsignal()
2289 p->p_flag &= ~P_STOPPED_SIG; in tdsendsignal()
2310 p->p_flag &= ~P_STOPPED_SIG; in tdsendsignal()
2355 p->p_flag |= P_STOPPED_SIG; in tdsendsignal()
2391 p->p_flag |= P_STOPPED_SIG; in tdsendsignal()
2641 p->p_flag |= P_STOPPED_SIG | P_STOPPED_TRACE; in ptracestop()
3011 p->p_flag |= P_STOPPED_SIG; in issignal()
3064 if ((p->p_flag & P_STOPPED_SIG) && (n == p->p_numthreads)) { in thread_stopped()
H A Dkern_proc.c948 if (P_SHOULDSTOP(p) == P_STOPPED_SIG) { in orphanpg()
/f-stack/freebsd/sys/
H A Dproc.h770 #define P_STOPPED_SIG 0x00020000 /* Stopped due to SIGSTOP/SIGTSTP. */ macro
788 #define P_STOPPED (P_STOPPED_SIG|P_STOPPED_SINGLE|P_STOPPED_TRACE)