| /linux/tools/testing/selftests/perf_events/ |
| H A D | watermark_signal.c | 31 raise(SIGSTOP); in do_child() 36 raise(SIGSTOP); in do_child() 74 !(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/fs/jffs2/ |
| H A D | background.c | 82 allow_signal(SIGSTOP); in jffs2_garbage_collect_thread() 131 case SIGSTOP: in jffs2_garbage_collect_thread()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | protection_keys.c | 1503 raise(SIGSTOP); in test_ptrace_modifies_pkru() 1513 raise(SIGSTOP); in test_ptrace_modifies_pkru() 1519 raise(SIGSTOP); in test_ptrace_modifies_pkru() 1526 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru() 1558 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru() 1585 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru() 1622 raise(SIGSTOP); in test_ptrace_modifies_pkru() 1631 raise(SIGSTOP); in test_ptrace_modifies_pkru() 1638 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru() 1664 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru()
|
| /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/breakpoints/ |
| H A D | step_after_suspend_test.c | 42 if (raise(SIGSTOP) != 0) { in child() 72 if (WSTOPSIG(status) != SIGSTOP) { in run_test()
|
| 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()
|
| /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/security/apparmor/include/ |
| H A D | sig_names.h | 30 [SIGSTOP] = 19, /* 17, 19, 23 */
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | za-ptrace.c | 54 if (raise(SIGSTOP)) in do_child() 298 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
|
| H A D | zt-ptrace.c | 49 if (raise(SIGSTOP)) in do_child() 302 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
|
| /linux/arch/m68k/include/uapi/asm/ |
| H A D | signal.h | 37 #define SIGSTOP 19 macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | signal.h | 30 #define SIGSTOP 24 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/include/uapi/asm-generic/ |
| H A D | signal.h | 30 #define SIGSTOP 19 macro
|
| /linux/arch/xtensa/include/uapi/asm/ |
| H A D | signal.h | 54 #define SIGSTOP 19 macro
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | signal.h | 41 #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/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/os-Linux/ |
| H A D | start_up.c | 52 kill(pid, SIGSTOP); in ptrace_child() 120 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) in start_ptraced_child()
|