Searched refs:SIGSTOP (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_kthread.c | 200 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 D | sys_process.c | 841 kern_psignal(p, SIGSTOP); in kern_ptrace() 1042 SIGSTOP); in kern_ptrace() 1049 sigqueue_delete(&p->p_sigqueue, SIGSTOP); in kern_ptrace()
|
| H A D | kern_sig.c | 230 [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 D | kern_fork.c | 1106 ptracestop(td, SIGSTOP, NULL); in fork_return()
|
| H A D | kern_prot.c | 1526 case SIGSTOP: in cr_cansignal()
|
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_killable.h | 41 …GKILL) | sigmask(SIGINT) | sigmask(SIGQUIT) | sigmask(SIGTRAP) | sigmask(SIGSTOP) | sigmask(SIGCON…
|
| /f-stack/freebsd/sys/ |
| H A D | signalvar.h | 166 SIGDELSET(set, SIGKILL), SIGDELSET(set, SIGSTOP) 169 SIGDELSET(set, SIGSTOP), SIGDELSET(set, SIGTSTP), \ 175 #define sigcantmask (sigmask(SIGKILL) | sigmask(SIGSTOP))
|
| H A D | rctl.h | 114 #define RCTL_ACTION_SIGSTOP SIGSTOP
|
| H A D | signal.h | 106 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | maxmemory.tcl | 189 exec kill -SIGSTOP $slave_pid
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_process.c | 622 raise(SIGSTOP); in ngx_debug_point()
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_ptrace.c | 91 return ((signum == SIGSTOP)? 0 : signum); in map_signum()
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_ptrace.c | 111 if (bsig == SIGSTOP) in map_signum()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 3962 raise(SIGSTOP); in redisSupervisedUpstart()
|