Home
last modified time | relevance | path

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

123

/linux/Documentation/admin-guide/cgroup-v1/
A 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/tools/testing/selftests/pidfd/
A Dpidfd_wait.c109 kill(getpid(), SIGSTOP); in TEST()
110 kill(getpid(), SIGSTOP); in TEST()
177 kill(getpid(), SIGSTOP); in TEST()
/linux/fs/jffs2/
A Dbackground.c82 allow_signal(SIGSTOP); in jffs2_garbage_collect_thread()
131 case SIGSTOP: in jffs2_garbage_collect_thread()
/linux/tools/testing/selftests/x86/
A Dfsgsbase_restore.c134 syscall(SYS_tgkill, pid, tid, SIGSTOP); in tracee_zap_segment()
168 syscall(SYS_tgkill, pid, tid, SIGSTOP); in main()
A 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/tools/testing/selftests/breakpoints/
A Dstep_after_suspend_test.c42 if (raise(SIGSTOP) != 0) { in child()
72 if (WSTOPSIG(status) != SIGSTOP) { in run_test()
A Dbreakpoint_test_arm64.c44 if (raise(SIGSTOP) != 0) { in child()
138 if (WSTOPSIG(status) != SIGSTOP) { in run_test()
/linux/tools/testing/selftests/ptrace/
A Dget_syscall_info.c89 ASSERT_EQ(0, kill(pid, SIGSTOP)) { in TEST()
147 case SIGSTOP: in TEST()
A Dvmaccess.c74 ASSERT_EQ(WSTOPSIG(s), SIGSTOP); in TEST()
/linux/arch/ia64/include/uapi/asm/
A Dsignal.h32 #define SIGSTOP 19 macro
/linux/security/apparmor/include/
A Dsig_names.h34 [SIGSTOP] = 19, /* 17, 19, 23 */
/linux/arch/parisc/include/uapi/asm/
A Dsignal.h30 #define SIGSTOP 24 macro
/linux/arch/h8300/include/uapi/asm/
A Dsignal.h37 #define SIGSTOP 19 macro
/linux/arch/m68k/include/uapi/asm/
A Dsignal.h37 #define SIGSTOP 19 macro
/linux/arch/arm/include/uapi/asm/
A Dsignal.h37 #define SIGSTOP 19 macro
/linux/arch/s390/include/uapi/asm/
A Dsignal.h45 #define SIGSTOP 19 macro
/linux/include/uapi/asm-generic/
A Dsignal.h30 #define SIGSTOP 19 macro
/linux/arch/um/os-Linux/
A Dstart_up.c40 kill(pid, SIGSTOP); in ptrace_child()
108 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) in start_ptraced_child()
/linux/arch/xtensa/include/uapi/asm/
A Dsignal.h54 #define SIGSTOP 19 macro
/linux/arch/x86/include/uapi/asm/
A Dsignal.h42 #define SIGSTOP 19 macro
/linux/arch/mips/include/uapi/asm/
A Dsignal.h50 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
/linux/arch/powerpc/include/uapi/asm/
A Dsignal.h40 #define SIGSTOP 19 macro
/linux/arch/alpha/include/uapi/asm/
A Dsignal.h39 #define SIGSTOP 17 macro
/linux/arch/sparc/include/uapi/asm/
A Dsignal.h59 #define SIGSTOP 17 macro
/linux/include/linux/
A Dsignal.h418 rt_sigmask(SIGKILL) | rt_sigmask(SIGSTOP))
421 rt_sigmask(SIGSTOP) | rt_sigmask(SIGTSTP) | \

Completed in 24 milliseconds

123