Searched refs:SIGSTOP (Results 1 - 25 of 55) sorted by path

123

/linux-master/security/apparmor/include/
H A Dsig_names.h34 [SIGSTOP] = 19, /* 17, 19, 23 */
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c70 * 3) tgkill() -> Send SIGSTOP
80 syscall(SYS_tgkill, pid, tid, SIGSTOP);
87 /* Wait for SIGSTOP sent by tgkill above. */
/linux-master/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c89 ASSERT_EQ(0, kill(pid, SIGSTOP)) {
91 TH_LOG("kill SIGSTOP: %m");
147 case SIGSTOP:
/linux-master/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c352 raise(SIGSTOP);
/linux-master/arch/alpha/include/uapi/asm/
H A Dsignal.h39 #define SIGSTOP 17 macro
/linux-master/arch/alpha/kernel/
H A Dsignal.c36 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
/linux-master/arch/arm/include/uapi/asm/
H A Dsignal.h37 #define SIGSTOP 19 macro
/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c248 DEFINE(_SIGSTOP, SIGSTOP);
/linux-master/arch/m68k/include/uapi/asm/
H A Dsignal.h37 #define SIGSTOP 19 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dsignal.h50 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
/linux-master/arch/mips/kernel/
H A Dasm-offsets.c284 DEFINE(_SIGSTOP, SIGSTOP);
/linux-master/arch/nios2/kernel/
H A Dsignal.c23 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
/linux-master/arch/parisc/include/uapi/asm/
H A Dsignal.h30 #define SIGSTOP 24 macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsignal.h40 #define SIGSTOP 19 macro
/linux-master/arch/s390/include/uapi/asm/
H A Dsignal.h45 #define SIGSTOP 19 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dsignal.h59 #define SIGSTOP 17 macro
/linux-master/arch/um/os-Linux/
H A Dprocess.c100 kill(pid, SIGSTOP);
H A Dstart_up.c40 kill(pid, SIGSTOP);
108 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP))
109 fatal("check_ptrace : expected SIGSTOP, got status = %d",
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c250 kill(os_getpid(), SIGSTOP); local
309 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) {
311 printk(UM_KERN_ERR "%s : expected SIGSTOP, got status = %d\n",
/linux-master/arch/x86/include/uapi/asm/
H A Dsignal.h41 #define SIGSTOP 19 macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dsignal.h54 #define SIGSTOP 19 macro
/linux-master/fs/coda/
H A Dupcall.c623 sigdelset(&current->blocked, SIGSTOP);
/linux-master/fs/jffs2/
H A Dbackground.c82 allow_signal(SIGSTOP);
131 case SIGSTOP:
132 jffs2_dbg(1, "%s(): SIGSTOP received\n",
/linux-master/fs/
H A Dsignalfd.c264 sigdelsetmask(mask, sigmask(SIGKILL) | sigmask(SIGSTOP));
/linux-master/include/linux/
H A Dptrace.h215 sigaddset(&child->pending.signal, SIGSTOP);

Completed in 329 milliseconds

123