Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/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-6.3-rc2/fs/jffs2/
A Dbackground.c82 allow_signal(SIGSTOP); in jffs2_garbage_collect_thread()
131 case SIGSTOP: in jffs2_garbage_collect_thread()
/linux-6.3-rc2/tools/testing/selftests/pidfd/
A Dpidfd_wait.c112 kill(getpid(), SIGSTOP); in TEST()
115 kill(getpid(), SIGSTOP); in TEST()
185 kill(getpid(), SIGSTOP); in TEST()
/linux-6.3-rc2/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()
/linux-6.3-rc2/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-6.3-rc2/tools/testing/selftests/arm64/abi/
A Dptrace.c140 if (raise(SIGSTOP)) in do_child()
192 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
/linux-6.3-rc2/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-6.3-rc2/arch/ia64/include/uapi/asm/
A Dsignal.h32 #define SIGSTOP 19 macro
/linux-6.3-rc2/security/apparmor/include/
A Dsig_names.h34 [SIGSTOP] = 19, /* 17, 19, 23 */
/linux-6.3-rc2/arch/parisc/include/uapi/asm/
A Dsignal.h30 #define SIGSTOP 24 macro
/linux-6.3-rc2/arch/m68k/include/uapi/asm/
A Dsignal.h37 #define SIGSTOP 19 macro
/linux-6.3-rc2/arch/s390/include/uapi/asm/
A Dsignal.h45 #define SIGSTOP 19 macro
/linux-6.3-rc2/arch/arm/include/uapi/asm/
A Dsignal.h37 #define SIGSTOP 19 macro
/linux-6.3-rc2/include/uapi/asm-generic/
A Dsignal.h30 #define SIGSTOP 19 macro
/linux-6.3-rc2/arch/xtensa/include/uapi/asm/
A Dsignal.h54 #define SIGSTOP 19 macro
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dsignal.h42 #define SIGSTOP 19 macro
/linux-6.3-rc2/arch/mips/include/uapi/asm/
A Dsignal.h50 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/
A Dsignal.h40 #define SIGSTOP 19 macro
/linux-6.3-rc2/arch/alpha/include/uapi/asm/
A Dsignal.h39 #define SIGSTOP 17 macro
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/
A Dza-ptrace.c53 if (raise(SIGSTOP)) in do_child()
296 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
A Dzt-ptrace.c48 if (raise(SIGSTOP)) in do_child()
301 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
/linux-6.3-rc2/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-6.3-rc2/arch/sparc/include/uapi/asm/
A Dsignal.h59 #define SIGSTOP 17 macro

Completed in 33 milliseconds

123