| /linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/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-6.15/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-6.15/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-6.15/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-6.15/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-6.15/security/apparmor/include/ |
| H A D | sig_names.h | 34 [SIGSTOP] = 19, /* 17, 19, 23 */
|
| /linux-6.15/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-6.15/arch/parisc/include/uapi/asm/ |
| H A D | signal.h | 30 #define SIGSTOP 24 macro
|
| /linux-6.15/arch/m68k/include/uapi/asm/ |
| H A D | signal.h | 37 #define SIGSTOP 19 macro
|
| /linux-6.15/arch/arm/include/uapi/asm/ |
| H A D | signal.h | 37 #define SIGSTOP 19 macro
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | signal.h | 30 #define SIGSTOP 19 macro
|
| /linux-6.15/arch/s390/include/uapi/asm/ |
| H A D | signal.h | 45 #define SIGSTOP 19 macro
|
| /linux-6.15/arch/xtensa/include/uapi/asm/ |
| H A D | signal.h | 54 #define SIGSTOP 19 macro
|
| /linux-6.15/arch/mips/include/uapi/asm/ |
| H A D | signal.h | 50 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
|
| /linux-6.15/arch/x86/include/uapi/asm/ |
| H A D | signal.h | 41 #define SIGSTOP 19 macro
|
| /linux-6.15/arch/powerpc/include/uapi/asm/ |
| H A D | signal.h | 40 #define SIGSTOP 19 macro
|
| /linux-6.15/arch/alpha/include/uapi/asm/ |
| H A D | signal.h | 39 #define SIGSTOP 17 macro
|
| /linux-6.15/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() 303 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
|