Home
last modified time | relevance | path

Searched refs:SIGSTOP (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_kthread.c200 SIGADDSET(p->p_siglist, SIGSTOP); in kproc_suspend()
217 SIGDELSET(p->p_siglist, SIGSTOP); in kproc_resume()
227 while (SIGISMEMBER(p->p_siglist, SIGSTOP)) { in kproc_suspend_check()
H A Dsys_process.c841 kern_psignal(p, SIGSTOP); in kern_ptrace()
1042 SIGSTOP); in kern_ptrace()
1049 sigqueue_delete(&p->p_sigqueue, SIGSTOP); in kern_ptrace()
H A Dkern_sig.c230 [SIGSTOP] = SIGPROP_STOP,
390 if (signo == SIGKILL || signo == SIGSTOP || si == NULL) { in sigqueue_add()
589 SIGADDSET(set, SIGSTOP); in sigqueue_delete_stopmask_proc()
730 if ((sig == SIGKILL || sig == SIGSTOP) && in kern_sigaction()
2889 SIGISMEMBER(sigpending, SIGSTOP)) { in issignal()
2896 sig = SIGSTOP; in issignal()
H A Dkern_fork.c1106 ptracestop(td, SIGSTOP, NULL); in fork_return()
H A Dkern_prot.c1526 case SIGSTOP: in cr_cansignal()
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_killable.h41 …GKILL) | sigmask(SIGINT) | sigmask(SIGQUIT) | sigmask(SIGTRAP) | sigmask(SIGSTOP) | sigmask(SIGCON…
/f-stack/freebsd/sys/
H A Dsignalvar.h166 SIGDELSET(set, SIGKILL), SIGDELSET(set, SIGSTOP)
169 SIGDELSET(set, SIGSTOP), SIGDELSET(set, SIGTSTP), \
175 #define sigcantmask (sigmask(SIGKILL) | sigmask(SIGSTOP))
H A Drctl.h114 #define RCTL_ACTION_SIGSTOP SIGSTOP
H A Dsignal.h106 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro
/f-stack/app/redis-5.0.5/tests/unit/
H A Dmaxmemory.tcl189 exec kill -SIGSTOP $slave_pid
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process.c622 raise(SIGSTOP); in ngx_debug_point()
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c91 return ((signum == SIGSTOP)? 0 : signum); in map_signum()
/f-stack/freebsd/amd64/linux/
H A Dlinux_ptrace.c111 if (bsig == SIGSTOP) in map_signum()
/f-stack/app/redis-5.0.5/src/
H A Dserver.c3962 raise(SIGSTOP); in redisSupervisedUpstart()