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

123

/linux-master/security/apparmor/include/
H A Dsig_names.h34 [SIGSTOP] = 19, /* 17, 19, 23 */
/linux-master/arch/parisc/include/uapi/asm/
H A Dsignal.h30 #define SIGSTOP 24 macro
/linux-master/arch/m68k/include/uapi/asm/
H A Dsignal.h37 #define SIGSTOP 19 macro
/linux-master/fs/jffs2/
H A Dbackground.c82 allow_signal(SIGSTOP);
131 case SIGSTOP:
132 jffs2_dbg(1, "%s(): SIGSTOP received\n",
/linux-master/arch/mips/include/uapi/asm/
H A Dsignal.h50 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
/linux-master/arch/s390/include/uapi/asm/
H A Dsignal.h45 #define SIGSTOP 19 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dsignal.h39 #define SIGSTOP 17 macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dsignal.h54 #define SIGSTOP 19 macro
/linux-master/arch/arm/include/uapi/asm/
H A Dsignal.h37 #define SIGSTOP 19 macro
/linux-master/include/uapi/asm-generic/
H A Dsignal.h30 #define SIGSTOP 19 macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsignal.h40 #define SIGSTOP 19 macro
/linux-master/arch/x86/include/uapi/asm/
H A Dsignal.h41 #define SIGSTOP 19 macro
/linux-master/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c134 syscall(SYS_tgkill, pid, tid, SIGSTOP);
168 syscall(SYS_tgkill, pid, tid, SIGSTOP);
184 /* Wait for SIGSTOP. */
213 /* Wait for SIGSTOP. */
223 /* Wait for SIGSTOP. */
/linux-master/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test_arm64.c44 if (raise(SIGSTOP) != 0) {
46 "raise(SIGSTOP) failed: %s\n", strerror(errno));
138 if (WSTOPSIG(status) != SIGSTOP) {
139 ksft_print_msg("child did not stop with SIGSTOP\n");
H A Dstep_after_suspend_test.c42 if (raise(SIGSTOP) != 0) {
43 ksft_print_msg("raise(SIGSTOP) failed: %s\n", strerror(errno));
72 if (WSTOPSIG(status) != SIGSTOP) {
73 ksft_print_msg("child did not stop with SIGSTOP: %s\n",
/linux-master/tools/testing/selftests/ptrace/
H A Dvmaccess.c74 ASSERT_EQ(WSTOPSIG(s), SIGSTOP); local
H A Dget_set_sud.c31 kill(getpid(), SIGSTOP); local
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/pidfd/
H A Dpidfd_wait.c112 kill(getpid(), SIGSTOP); local
115 kill(getpid(), SIGSTOP); local
185 kill(getpid(), SIGSTOP); local
/linux-master/arch/sparc/include/uapi/asm/
H A Dsignal.h59 #define SIGSTOP 17 macro
/linux-master/tools/perf/ui/tui/
H A Dsetup.c135 raise(SIGSTOP);
/linux-master/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c53 if (raise(SIGSTOP))
54 ksft_exit_fail_msg("raise(SIGSTOP)", strerror(errno));
296 if (sig == SIGSTOP && si.si_code == SI_TKILL &&
H A Dzt-ptrace.c48 if (raise(SIGSTOP))
49 ksft_exit_fail_msg("raise(SIGSTOP)", strerror(errno));
301 if (sig == SIGSTOP && si.si_code == SI_TKILL &&
/linux-master/tools/testing/selftests/arm64/abi/
H A Dptrace.c168 if (raise(SIGSTOP))
169 ksft_exit_fail_msg("raise(SIGSTOP)", strerror(errno));
220 if (sig == SIGSTOP && si.si_code == SI_TKILL &&
/linux-master/arch/um/os-Linux/
H A Dstart_up.c40 kill(pid, SIGSTOP);
108 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP))
109 fatal("check_ptrace : expected SIGSTOP, got status = %d",

Completed in 917 milliseconds

123