/Linux-v5.4/fs/jffs2/ |
D | background.c | 82 allow_signal(SIGSTOP); in jffs2_garbage_collect_thread() 131 case SIGSTOP: in jffs2_garbage_collect_thread()
|
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
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-v5.4/tools/testing/selftests/breakpoints/ |
D | step_after_suspend_test.c | 42 if (raise(SIGSTOP) != 0) { in child() 72 if (WSTOPSIG(status) != SIGSTOP) { in run_test()
|
D | breakpoint_test_arm64.c | 44 if (raise(SIGSTOP) != 0) { in child() 138 if (WSTOPSIG(status) != SIGSTOP) { in arun_test()
|
/Linux-v5.4/tools/testing/selftests/ptrace/ |
D | get_syscall_info.c | 89 ASSERT_EQ(0, kill(pid, SIGSTOP)) { in TEST() 147 case SIGSTOP: in TEST()
|
/Linux-v5.4/security/apparmor/include/ |
D | sig_names.h | 34 [SIGSTOP] = 19, /* 17, 19, 23 */
|
/Linux-v5.4/arch/ia64/include/uapi/asm/ |
D | signal.h | 32 #define SIGSTOP 19 macro
|
/Linux-v5.4/arch/parisc/include/uapi/asm/ |
D | signal.h | 30 #define SIGSTOP 24 macro
|
/Linux-v5.4/arch/s390/include/uapi/asm/ |
D | signal.h | 45 #define SIGSTOP 19 macro
|
/Linux-v5.4/arch/mips/include/uapi/asm/ |
D | signal.h | 50 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
|
/Linux-v5.4/arch/m68k/include/uapi/asm/ |
D | signal.h | 37 #define SIGSTOP 19 macro
|
/Linux-v5.4/arch/h8300/include/uapi/asm/ |
D | signal.h | 37 #define SIGSTOP 19 macro
|
/Linux-v5.4/include/uapi/asm-generic/ |
D | signal.h | 30 #define SIGSTOP 19 macro
|
/Linux-v5.4/arch/arm/include/uapi/asm/ |
D | signal.h | 37 #define SIGSTOP 19 macro
|
/Linux-v5.4/arch/xtensa/include/uapi/asm/ |
D | signal.h | 54 #define SIGSTOP 19 macro
|
/Linux-v5.4/arch/x86/include/uapi/asm/ |
D | signal.h | 42 #define SIGSTOP 19 macro
|
/Linux-v5.4/arch/powerpc/include/uapi/asm/ |
D | signal.h | 40 #define SIGSTOP 19 macro
|
/Linux-v5.4/arch/alpha/include/uapi/asm/ |
D | signal.h | 39 #define SIGSTOP 17 macro
|
/Linux-v5.4/arch/um/os-Linux/ |
D | start_up.c | 40 kill(pid, SIGSTOP); in ptrace_child() 108 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) in start_ptraced_child()
|
/Linux-v5.4/tools/testing/selftests/pidfd/ |
D | pidfd_wait.c | 143 kill(getpid(), SIGSTOP); in test_pidfd_wait_states() 144 kill(getpid(), SIGSTOP); in test_pidfd_wait_states()
|
/Linux-v5.4/arch/sparc/include/uapi/asm/ |
D | signal.h | 59 #define SIGSTOP 17 macro
|
/Linux-v5.4/include/linux/ |
D | signal.h | 407 rt_sigmask(SIGKILL) | rt_sigmask(SIGSTOP)) 410 rt_sigmask(SIGSTOP) | rt_sigmask(SIGTSTP) | \
|
/Linux-v5.4/tools/testing/selftests/x86/ |
D | ptrace_syscall.c | 189 syscall(SYS_tgkill, pid, tid, SIGSTOP); in test_ptrace_syscall_restart() 310 syscall(SYS_tgkill, pid, tid, SIGSTOP); in test_restart_under_ptrace()
|
/Linux-v5.4/arch/um/os-Linux/skas/ |
D | process.c | 247 kill(os_getpid(), SIGSTOP); in userspace_tramp() 305 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) { in start_userspace()
|
/Linux-v5.4/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-syscall.c | 80 syscall(SYS_tgkill, pid, tid, SIGSTOP); in test_ptrace_syscall_restart()
|