/linux/tools/testing/selftests/perf_events/ |
H A D | watermark_signal.c | 33 raise(SIGSTOP); in do_child() 38 raise(SIGSTOP); in do_child() 76 !(WIFSTOPPED(child_status) && WSTOPSIG(child_status) == SIGSTOP)) { in TEST()
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | freezer-subsystem.rst | 23 Sequences of SIGSTOP and SIGCONT are not always sufficient for stopping 25 from within the tasks we wish to freeze. While SIGSTOP cannot be caught, 28 programs designed to watch for SIGSTOP and SIGCONT could be broken by 29 attempting to use SIGSTOP and SIGCONT to stop and resume tasks. We can 39 $ kill -SIGSTOP 16690
|
/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_wait.c | 101 kill(getpid(), SIGSTOP); in TEST() 104 kill(getpid(), SIGSTOP); in TEST() 174 kill(getpid(), SIGSTOP); in TEST()
|
/linux/tools/testing/selftests/x86/ |
H A D | fsgsbase_restore.c | 133 syscall(SYS_tgkill, pid, tid, SIGSTOP); in tracee_zap_segment() 167 syscall(SYS_tgkill, pid, tid, SIGSTOP); in main()
|
/linux/tools/testing/selftests/mm/ |
H A D | protection_keys.c | 1505 raise(SIGSTOP); in test_ptrace_modifies_pkru() 1515 raise(SIGSTOP); in test_ptrace_modifies_pkru() 1521 raise(SIGSTOP); in test_ptrace_modifies_pkru() 1528 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru() 1560 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru() 1587 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru() 1624 raise(SIGSTOP); in test_ptrace_modifies_pkru() 1633 raise(SIGSTOP); in test_ptrace_modifies_pkru() 1640 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru() 1666 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru()
|
/linux/tools/testing/selftests/breakpoints/ |
H A D | breakpoint_test_arm64.c | 44 if (raise(SIGSTOP) != 0) { in child() 138 if (WSTOPSIG(status) != SIGSTOP) { in run_test()
|
/linux/tools/testing/selftests/ptrace/ |
H A D | get_syscall_info.c | 89 ASSERT_EQ(0, kill(pid, SIGSTOP)) { in TEST() 147 case SIGSTOP: in TEST()
|
H A D | get_set_sud.c | 31 kill(getpid(), SIGSTOP); in TEST()
|
H A D | vmaccess.c | 74 ASSERT_EQ(WSTOPSIG(s), SIGSTOP); in TEST()
|
/linux/tools/testing/selftests/arm64/abi/ |
H A D | ptrace.c | 168 if (raise(SIGSTOP)) in do_child() 220 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
|
/linux/arch/um/os-Linux/ |
H A D | start_up.c | 43 kill(pid, SIGSTOP); in ptrace_child() 111 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) in start_ptraced_child()
|
/linux/security/apparmor/include/ |
H A D | sig_names.h | 34 [SIGSTOP] = 19, /* 17, 19, 23 */
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 30 #define SIGSTOP 24 macro
|
/linux/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 37 #define SIGSTOP 19 macro
|
/linux/include/uapi/asm-generic/ |
H A D | signal.h | 30 #define SIGSTOP 19 macro
|
/linux/arch/s390/include/uapi/asm/ |
H A D | signal.h | 45 #define SIGSTOP 19 macro
|
/linux/arch/arm/include/uapi/asm/ |
H A D | signal.h | 37 #define SIGSTOP 19 macro
|
/linux/arch/xtensa/include/uapi/asm/ |
H A D | signal.h | 54 #define SIGSTOP 19 macro
|
/linux/arch/mips/include/uapi/asm/ |
H A D | signal.h | 50 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
|
/linux/arch/x86/include/uapi/asm/ |
H A D | signal.h | 41 #define SIGSTOP 19 macro
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | signal.h | 40 #define SIGSTOP 19 macro
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | signal.h | 39 #define SIGSTOP 17 macro
|
/linux/arch/um/kernel/skas/ |
H A D | stub_exe.c | 75 stub_syscall2(__NR_kill, stub_syscall0(__NR_getpid), SIGSTOP); in real_init()
|
/linux/arch/sparc/include/uapi/asm/ |
H A D | signal.h | 59 #define SIGSTOP 17 macro
|
/linux/include/linux/ |
H A D | signal.h | 420 rt_sigmask(SIGKILL) | rt_sigmask(SIGSTOP)) 423 rt_sigmask(SIGSTOP) | rt_sigmask(SIGTSTP) | \
|