Home
last modified time | relevance | path

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

123

/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H 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
/openbmc/linux/fs/jffs2/
H A Dbackground.c82 allow_signal(SIGSTOP); in jffs2_garbage_collect_thread()
131 case SIGSTOP: in jffs2_garbage_collect_thread()
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c112 kill(getpid(), SIGSTOP); in TEST()
115 kill(getpid(), SIGSTOP); in TEST()
185 kill(getpid(), SIGSTOP); in TEST()
/openbmc/linux/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c134 syscall(SYS_tgkill, pid, tid, SIGSTOP); in tracee_zap_segment()
168 syscall(SYS_tgkill, pid, tid, SIGSTOP); in main()
/openbmc/linux/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c42 if (raise(SIGSTOP) != 0) { in child()
72 if (WSTOPSIG(status) != SIGSTOP) { in run_test()
H A Dbreakpoint_test_arm64.c44 if (raise(SIGSTOP) != 0) { in child()
138 if (WSTOPSIG(status) != SIGSTOP) { in run_test()
/openbmc/linux/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c89 ASSERT_EQ(0, kill(pid, SIGSTOP)) { in TEST()
147 case SIGSTOP: in TEST()
H A Dget_set_sud.c31 kill(getpid(), SIGSTOP); in TEST()
/openbmc/linux/tools/testing/selftests/arm64/abi/
H A Dptrace.c168 if (raise(SIGSTOP)) in do_child()
220 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dsignal.h32 #define SIGSTOP 19 macro
/openbmc/linux/security/apparmor/include/
H A Dsig_names.h34 [SIGSTOP] = 19, /* 17, 19, 23 */
/openbmc/u-boot/include/asm-generic/
H A Dsignal.h29 #define SIGSTOP 19 macro
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dsignal.h37 #define SIGSTOP 19 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h30 #define SIGSTOP 24 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsignal.h30 #define SIGSTOP 19 macro
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dsignal.h45 #define SIGSTOP 19 macro
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dsignal.h37 #define SIGSTOP 19 macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dsignal.h54 #define SIGSTOP 19 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsignal.h42 #define SIGSTOP 19 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsignal.h50 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dsignal.h40 #define SIGSTOP 19 macro
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c53 if (raise(SIGSTOP)) in do_child()
296 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
H A Dzt-ptrace.c48 if (raise(SIGSTOP)) in do_child()
301 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h39 #define SIGSTOP 17 macro
/openbmc/linux/arch/um/os-Linux/
H A Dstart_up.c40 kill(pid, SIGSTOP); in ptrace_child()
108 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) in start_ptraced_child()

123