Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/perf_events/
H A Dwatermark_signal.c31 raise(SIGSTOP); in do_child()
36 raise(SIGSTOP); in do_child()
74 !(WIFSTOPPED(child_status) && WSTOPSIG(child_status) == SIGSTOP)) { in TEST()
/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
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c101 kill(getpid(), SIGSTOP); in TEST()
104 kill(getpid(), SIGSTOP); in TEST()
174 kill(getpid(), SIGSTOP); in TEST()
/linux/fs/jffs2/
H A Dbackground.c82 allow_signal(SIGSTOP); in jffs2_garbage_collect_thread()
131 case SIGSTOP: in jffs2_garbage_collect_thread()
/linux/tools/testing/selftests/mm/
H A Dprotection_keys.c1503 raise(SIGSTOP); in test_ptrace_modifies_pkru()
1513 raise(SIGSTOP); in test_ptrace_modifies_pkru()
1519 raise(SIGSTOP); in test_ptrace_modifies_pkru()
1526 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru()
1558 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru()
1585 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru()
1622 raise(SIGSTOP); in test_ptrace_modifies_pkru()
1631 raise(SIGSTOP); in test_ptrace_modifies_pkru()
1638 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru()
1664 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru()
/linux/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c133 syscall(SYS_tgkill, pid, tid, SIGSTOP); in tracee_zap_segment()
167 syscall(SYS_tgkill, pid, tid, SIGSTOP); in main()
/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()
/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()
/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()
/linux/security/apparmor/include/
H A Dsig_names.h30 [SIGSTOP] = 19, /* 17, 19, 23 */
/linux/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c54 if (raise(SIGSTOP)) in do_child()
298 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
H A Dzt-ptrace.c49 if (raise(SIGSTOP)) in do_child()
302 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
/linux/arch/m68k/include/uapi/asm/
H A Dsignal.h37 #define SIGSTOP 19 macro
/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h30 #define SIGSTOP 24 macro
/linux/arch/s390/include/uapi/asm/
H A Dsignal.h45 #define SIGSTOP 19 macro
/linux/arch/arm/include/uapi/asm/
H A Dsignal.h37 #define SIGSTOP 19 macro
/linux/include/uapi/asm-generic/
H A Dsignal.h30 #define SIGSTOP 19 macro
/linux/arch/xtensa/include/uapi/asm/
H A Dsignal.h54 #define SIGSTOP 19 macro
/linux/arch/x86/include/uapi/asm/
H A Dsignal.h41 #define SIGSTOP 19 macro
/linux/arch/mips/include/uapi/asm/
H A Dsignal.h50 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
/linux/arch/powerpc/include/uapi/asm/
H A Dsignal.h40 #define SIGSTOP 19 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h39 #define SIGSTOP 17 macro
/linux/arch/um/os-Linux/
H A Dstart_up.c52 kill(pid, SIGSTOP); in ptrace_child()
120 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) in start_ptraced_child()

123