Searched refs:SIGSTOP (Results 1 - 25 of 55) sorted by last modified time

123

/linux-master/tools/testing/selftests/mm/
H A Dprotection_keys.c1568 raise(SIGSTOP);
1578 raise(SIGSTOP);
1584 raise(SIGSTOP);
1591 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP);
1623 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP);
1650 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP);
/linux-master/virt/kvm/
H A Dkvm_main.c4358 sigdelsetmask(sigset, sigmask(SIGKILL)|sigmask(SIGSTOP));
/linux-master/kernel/
H A Dfork.c2232 siginitsetinv(&p->blocked, sigmask(SIGKILL)|sigmask(SIGSTOP));
H A Dsignal.c88 /* SIGKILL and SIGSTOP may not be sent to the global init */
1218 /* Should SIGKILL or SIGSTOP be received by a pid namespace init? */
1228 /* SIGKILL and SIGSTOP is special or has ids */
2413 * do_signal_stop - handle group stop for SIGSTOP and other stop signals
2844 * do nothing in an orphaned pgrp, but SIGSTOP
2851 if (signr != SIGSTOP) {
3084 sigdelsetmask(newset, sigmask(SIGKILL) | sigmask(SIGSTOP));
3210 sigdelsetmask(&new_set, sigmask(SIGKILL)|sigmask(SIGSTOP));
3240 sigdelsetmask(&new_set, sigmask(SIGKILL)|sigmask(SIGSTOP));
3641 sigdelsetmask(&mask, sigmask(SIGKILL) | sigmask(SIGSTOP));
[all...]
H A Dptrace.c384 send_signal_locked(SIGSTOP, SEND_SIG_PRIV, task, PIDTYPE_PID);
1089 sigdelsetmask(&new_set, sigmask(SIGKILL)|sigmask(SIGSTOP));
/linux-master/arch/mips/kernel/
H A Dasm-offsets.c284 DEFINE(_SIGSTOP, SIGSTOP);
/linux-master/tools/testing/selftests/memfd/
H A Dmemfd_test.c1294 kill(getpid(), SIGSTOP); local
/linux-master/security/selinux/
H A Dhooks.c1601 case SIGSTOP:
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3054 EXPECT_EQ(0, raise(SIGSTOP));
3122 /* Interrupt nanosleep with SIGSTOP (which we'll need to handle). */
3123 ASSERT_EQ(0, kill(child_pid, SIGSTOP));
3127 ASSERT_EQ(SIGSTOP, WSTOPSIG(status));
3130 * There is no siginfo on SIGSTOP any more, so we can't verify
3133 * At least verify the SIGSTOP via PTRACE_GETSIGINFO.
3135 EXPECT_EQ(SIGSTOP, info.si_signo);
/linux-master/tools/testing/selftests/landlock/
H A Dptrace_test.c373 ASSERT_EQ(0, raise(SIGSTOP));
/linux-master/include/linux/
H A Dptrace.h215 sigaddset(&child->pending.signal, SIGSTOP);
H A Dsignal.h348 * SIGKILL and SIGSTOP cannot be caught, blocked, or ignored.
372 * | SIGSTOP | stop(*)(+) |
393 * (+) For SIGKILL and SIGSTOP the action is "always", not just "default".
400 * catching, or ignored the stop signal, though (except for SIGSTOP) the
420 rt_sigmask(SIGKILL) | rt_sigmask(SIGSTOP))
423 rt_sigmask(SIGSTOP) | rt_sigmask(SIGTSTP) | \
/linux-master/tools/perf/ui/tui/
H A Dsetup.c135 raise(SIGSTOP);
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c250 kill(os_getpid(), SIGSTOP); local
309 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) {
311 printk(UM_KERN_ERR "%s : expected SIGSTOP, got status = %d\n",
/linux-master/arch/um/os-Linux/
H A Dstart_up.c40 kill(pid, SIGSTOP);
108 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP))
109 fatal("check_ptrace : expected SIGSTOP, got status = %d",
/linux-master/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c42 if (raise(SIGSTOP) != 0) {
43 ksft_print_msg("raise(SIGSTOP) failed: %s\n", strerror(errno));
72 if (WSTOPSIG(status) != SIGSTOP) {
73 ksft_print_msg("child did not stop with SIGSTOP: %s\n",
/linux-master/arch/x86/include/uapi/asm/
H A Dsignal.h41 #define SIGSTOP 19 macro
/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c248 DEFINE(_SIGSTOP, SIGSTOP);
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_freezer.c682 if (kill(pid, SIGSTOP))
H A Dtest_core.c212 if (raise(SIGSTOP))
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_test.c270 ret = kill(recycled_pid, SIGSTOP);
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-hwbreak.c201 FAIL_IF_EXIT_MSG(raise(SIGSTOP), "Child failed to raise SIGSTOP");
203 /* Synchronise on child SIGSTOP */
/linux-master/tools/testing/selftests/arm64/abi/
H A Dptrace.c168 if (raise(SIGSTOP))
169 ksft_exit_fail_msg("raise(SIGSTOP)", strerror(errno));
220 if (sig == SIGSTOP && si.si_code == SI_TKILL &&
/linux-master/tools/testing/selftests/ptrace/
H A Dget_set_sud.c31 kill(getpid(), SIGSTOP); local
/linux-master/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c1189 return kill(getpid(), SIGSTOP);

Completed in 1405 milliseconds

123