Home
last modified time | relevance | path

Searched refs:SIGSTOP (Results 1 – 25 of 46) sorted by relevance

12

/Linux-v5.4/fs/jffs2/
Dbackground.c82 allow_signal(SIGSTOP); in jffs2_garbage_collect_thread()
131 case SIGSTOP: in jffs2_garbage_collect_thread()
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Dfreezer-subsystem.rst23 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/
Dstep_after_suspend_test.c42 if (raise(SIGSTOP) != 0) { in child()
72 if (WSTOPSIG(status) != SIGSTOP) { in run_test()
Dbreakpoint_test_arm64.c44 if (raise(SIGSTOP) != 0) { in child()
138 if (WSTOPSIG(status) != SIGSTOP) { in arun_test()
/Linux-v5.4/tools/testing/selftests/ptrace/
Dget_syscall_info.c89 ASSERT_EQ(0, kill(pid, SIGSTOP)) { in TEST()
147 case SIGSTOP: in TEST()
/Linux-v5.4/security/apparmor/include/
Dsig_names.h34 [SIGSTOP] = 19, /* 17, 19, 23 */
/Linux-v5.4/arch/ia64/include/uapi/asm/
Dsignal.h32 #define SIGSTOP 19 macro
/Linux-v5.4/arch/parisc/include/uapi/asm/
Dsignal.h30 #define SIGSTOP 24 macro
/Linux-v5.4/arch/s390/include/uapi/asm/
Dsignal.h45 #define SIGSTOP 19 macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Dsignal.h50 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
/Linux-v5.4/arch/m68k/include/uapi/asm/
Dsignal.h37 #define SIGSTOP 19 macro
/Linux-v5.4/arch/h8300/include/uapi/asm/
Dsignal.h37 #define SIGSTOP 19 macro
/Linux-v5.4/include/uapi/asm-generic/
Dsignal.h30 #define SIGSTOP 19 macro
/Linux-v5.4/arch/arm/include/uapi/asm/
Dsignal.h37 #define SIGSTOP 19 macro
/Linux-v5.4/arch/xtensa/include/uapi/asm/
Dsignal.h54 #define SIGSTOP 19 macro
/Linux-v5.4/arch/x86/include/uapi/asm/
Dsignal.h42 #define SIGSTOP 19 macro
/Linux-v5.4/arch/powerpc/include/uapi/asm/
Dsignal.h40 #define SIGSTOP 19 macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Dsignal.h39 #define SIGSTOP 17 macro
/Linux-v5.4/arch/um/os-Linux/
Dstart_up.c40 kill(pid, SIGSTOP); in ptrace_child()
108 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) in start_ptraced_child()
/Linux-v5.4/tools/testing/selftests/pidfd/
Dpidfd_wait.c143 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/
Dsignal.h59 #define SIGSTOP 17 macro
/Linux-v5.4/include/linux/
Dsignal.h407 rt_sigmask(SIGKILL) | rt_sigmask(SIGSTOP))
410 rt_sigmask(SIGSTOP) | rt_sigmask(SIGTSTP) | \
/Linux-v5.4/tools/testing/selftests/x86/
Dptrace_syscall.c189 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/
Dprocess.c247 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/
Dptrace-syscall.c80 syscall(SYS_tgkill, pid, tid, SIGSTOP); in test_ptrace_syscall_restart()

12