/freebsd/tests/sys/kern/ |
H A D | ptrace_test.c | 129 raise(SIGSTOP); in trace_me() 143 REQUIRE_EQ(WSTOPSIG(status), SIGSTOP); in attach_child() 202 REQUIRE_EQ(WSTOPSIG(status), SIGSTOP); in ATF_TC_BODY() 304 CHILD_REQUIRE_EQ(WSTOPSIG(status), SIGSTOP); in ATF_TC_BODY() 410 CHILD_REQUIRE_EQ(WSTOPSIG(status), SIGSTOP); in ATF_TC_BODY() 601 REQUIRE_EQ(WSTOPSIG(status), SIGSTOP); in handle_fork_events() 651 REQUIRE_EQ(WSTOPSIG(status), SIGSTOP); in ATF_TC_BODY() 707 REQUIRE_EQ(WSTOPSIG(status), SIGSTOP); in ATF_TC_BODY() 758 REQUIRE_EQ(WSTOPSIG(status), SIGSTOP); in ATF_TC_BODY() 1052 CHILD_REQUIRE_EQ(WSTOPSIG(status), SIGSTOP); in ATF_TC_BODY() [all …]
|
H A D | sigwait.c | 419 raise(SIGSTOP); in test_child() 461 support_check_siginfo(CLD_STOPPED, SIGSTOP, pid, &si, SIGCHLD); in test_wait_dequeue_sigchld() 462 support_check_sigchld(&set, CLD_STOPPED, SIGSTOP, pid, dequeue); in test_wait_dequeue_sigchld()
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_ptrace_wait.c | 81 const int sigval = SIGSTOP; in ATF_TC_BODY() 139 const int sigval = SIGSTOP, sigsent = SIGINT; in ATF_TC_BODY() 195 const int sigval = SIGSTOP, sigsent = SIGINT /* Without core-dump */; in ATF_TC_BODY() 244 const int sigval = SIGSTOP, sigsent = SIGCONT; in ATF_TC_BODY() 333 forkee_status_stopped(status, SIGSTOP); in ATF_TC_BODY() 439 forkee_status_stopped(status, SIGSTOP); in ATF_TC_BODY() 536 validate_status_stopped(status, SIGSTOP); in ATF_TC_BODY() 591 forkee_status_stopped(status, SIGSTOP); in ATF_TC_BODY() 670 forkee_status_stopped(status, SIGSTOP); in ATF_TC_BODY() 789 forkee_status_stopped(status, SIGSTOP); in ATF_TC_BODY() [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_wait.c | 208 ATF_REQUIRE(kill(pid, SIGSTOP) == 0); in ATF_TC_BODY() 212 ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) == SIGSTOP); in ATF_TC_BODY() 214 ATF_REQUIRE(si.si_status == SIGSTOP); in ATF_TC_BODY() 283 ATF_REQUIRE(kill(pid, SIGSTOP) == 0); in ATF_TC_BODY() 287 ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) == SIGSTOP); in ATF_TC_BODY() 289 ATF_REQUIRE(si.si_status == SIGSTOP); in ATF_TC_BODY()
|
/freebsd/lib/libc/gen/ |
H A D | siglist.c | 52 [SIGSTOP] = "STOP", 87 [SIGSTOP] = "Suspended (signal)",
|
/freebsd/cddl/lib/libdtrace/ |
H A D | signal.d | 58 inline int SIGSTOP = 17; variable 59 #pragma D binding "1.0" SIGSTOP 111 signal == SIGSTOP ? "SIGSTOP" :
|
/freebsd/contrib/sendmail/libsm/ |
H A D | assert.c | 83 #ifdef SIGSTOP 85 kill(getpid(), SIGSTOP);
|
/freebsd/tools/test/stress2/misc/ |
H A D | ptrace9.sh | 84 if (kill(pid, SIGSTOP) != 0) 90 if (!WIFSTOPPED(status) || WSTOPSIG(status) != SIGSTOP)
|
H A D | sigstop.sh | 70 if (kill(pid, SIGSTOP) == -1)
|
/freebsd/contrib/netbsd-tests/kernel/arch/amd64/ |
H A D | t_ptrace_wait.c | 69 const int sigval = SIGSTOP; in ATF_TC_BODY() 152 const int sigval = SIGSTOP; in ATF_TC_BODY() 209 const int sigval = SIGSTOP; in ATF_TC_BODY() 283 const int sigval = SIGSTOP; in ATF_TC_BODY() 360 const int sigval = SIGSTOP; in ATF_TC_BODY() 466 const int sigval = SIGSTOP; in ATF_TC_BODY() 572 const int sigval = SIGSTOP; in ATF_TC_BODY() 678 const int sigval = SIGSTOP; in ATF_TC_BODY() 784 const int sigval = SIGSTOP; in ATF_TC_BODY() 885 const int sigval = SIGSTOP; in ATF_TC_BODY() [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/zfsd/ |
H A D | zfsd_hotspare_006_pos.ksh | 79 $KILL -s SIGSTOP `$PGREP zfsd` 104 $KILL -s SIGSTOP `$PGREP zfsd`
|
/freebsd/sys/sys/ |
H A D | signalvar.h | 163 SIGDELSET(set, SIGKILL), SIGDELSET(set, SIGSTOP) 166 SIGDELSET(set, SIGSTOP), SIGDELSET(set, SIGTSTP), \ 172 #define sigcantmask (sigmask(SIGKILL) | sigmask(SIGSTOP))
|
/freebsd/tools/test/ptrace/ |
H A D | scescx.c | 394 kill(getpid(), SIGSTOP); in main() 410 assert(WSTOPSIG(status) == SIGSTOP); in main() 439 assert(WSTOPSIG(status) == SIGSTOP); in main()
|
/freebsd/sys/kern/ |
H A D | kern_kthread.c | 200 SIGADDSET(p->p_siglist, SIGSTOP); in kproc_suspend() 218 SIGDELSET(p->p_siglist, SIGSTOP); in kproc_resume() 228 while (SIGISMEMBER(p->p_siglist, SIGSTOP)) { in kproc_suspend_check()
|
/freebsd/usr.sbin/lpr/filters.ru/koi2855/ |
H A D | koi2855.c | 84 kill(getpid(), SIGSTOP); in main()
|
/freebsd/usr.sbin/lpr/filters.ru/koi2alt/ |
H A D | koi2alt.c | 85 kill(getpid(), SIGSTOP); in main()
|
/freebsd/contrib/kyua/utils/signals/ |
H A D | misc.cpp | 84 if (signo == SIGKILL || signo == SIGSTOP) { in reset_all()
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_killable.h | 41 …GKILL) | sigmask(SIGINT) | sigmask(SIGQUIT) | sigmask(SIGTRAP) | sigmask(SIGSTOP) | sigmask(SIGCON…
|
/freebsd/contrib/tcsh/ |
H A D | sh.init.c | 573 #ifdef SIGSTOP in mesginit() 574 if (mesg[SIGSTOP].pname == NULL) { in mesginit() 575 mesg[SIGSTOP].iname = "STOP"; in mesginit() 577 mesg[SIGSTOP].pname = CSAVS(2, 46, "Suspended (signal)"); in mesginit() 579 mesg[SIGSTOP].pname = CSAVS(2, 47, "Stopped (signal)"); in mesginit()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.cpp | 118 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch() 182 case SIGSTOP: in MonitorCallback() 206 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP, in MonitorSIGSTOP() 523 if (kill(GetID(), SIGSTOP) != 0) in Halt() 875 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach() 1036 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in MonitorClone()
|
/freebsd/tests/sys/vm/ |
H A D | mlock_test.c | 59 if (raise(SIGSTOP) != 0) in test_wired_copy_on_write() 70 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in test_wired_copy_on_write()
|
/freebsd/lib/libsysdecode/ |
H A D | signal.c | 49 [SIGSTOP] = "SIGSTOP",
|
/freebsd/tools/regression/sigqueue/sigqtest2/ |
H A D | sigqtest2.c | 56 kill(getpid(), SIGSTOP); in job_control_test()
|
/freebsd/lib/libc/nls/ |
H A D | be_BY.UTF-8.msg | 219 $ SIGSTOP
|
H A D | mn_MN.UTF-8.msg | 219 $ SIGSTOP
|