Home
last modified time | relevance | path

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

1234

/freebsd/tests/sys/kern/
H A Dptrace_test.c129 raise(SIGSTOP); in trace_me()
143 REQUIRE_EQ(WSTOPSIG(status), SIGSTOP); in attach_child()
2146 raise(SIGSTOP); in ATF_TC_BODY()
3118 raise(SIGSTOP); in ATF_TC_BODY()
3264 raise(SIGSTOP); in raise_sigstop_thread()
3316 raise(SIGSTOP); in terminate_with_pending_sigstop()
3419 raise(SIGSTOP); in ATF_TC_BODY()
3558 WSTOPSIG(status) == SIGSTOP) in ATF_TC_BODY()
4181 raise(SIGSTOP); in ATF_TC_BODY()
4232 (void)raise(SIGSTOP); in ATF_TC_BODY()
[all …]
H A Dsigwait.c419 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 Dt_ptrace_wait.c81 const int sigval = SIGSTOP; in ATF_TC_BODY()
977 const int sigval = SIGSTOP; in ATF_TC_BODY()
1032 const int sigval = SIGSTOP; in ATF_TC_BODY()
1087 const int sigval = SIGSTOP; in ATF_TC_BODY()
1144 const int sigval = SIGSTOP; in ATF_TC_BODY()
1199 const int sigval = SIGSTOP; in ATF_TC_BODY()
1254 const int sigval = SIGSTOP; in ATF_TC_BODY()
1312 const int sigval = SIGSTOP; in ATF_TC_BODY()
1435 const int sigval = SIGSTOP; in ATF_TC_BODY()
1514 const int sigval = SIGSTOP; in ATF_TC_BODY()
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait.c208 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 Dsiglist.c52 [SIGSTOP] = "STOP",
87 [SIGSTOP] = "Suspended (signal)",
/freebsd/cddl/lib/libdtrace/
H A Dsignal.d58 inline int SIGSTOP = 17; variable
59 #pragma D binding "1.0" SIGSTOP
111 signal == SIGSTOP ? "SIGSTOP" :
/freebsd/contrib/sendmail/libsm/
H A Dassert.c83 #ifdef SIGSTOP
85 kill(getpid(), SIGSTOP);
/freebsd/tools/test/stress2/misc/
H A Dptrace9.sh84 if (kill(pid, SIGSTOP) != 0)
90 if (!WIFSTOPPED(status) || WSTOPSIG(status) != SIGSTOP)
H A Dsigstop.sh70 if (kill(pid, SIGSTOP) == -1)
/freebsd/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd_hotspare_006_pos.ksh79 $KILL -s SIGSTOP `$PGREP zfsd`
104 $KILL -s SIGSTOP `$PGREP zfsd`
/freebsd/contrib/netbsd-tests/kernel/arch/amd64/
H A Dt_ptrace_wait.c69 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/sys/sys/
H A Dsignalvar.h163 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 Dscescx.c394 kill(getpid(), SIGSTOP); in main()
410 assert(WSTOPSIG(status) == SIGSTOP); in main()
439 assert(WSTOPSIG(status) == SIGSTOP); in main()
/freebsd/sys/kern/
H A Dkern_kthread.c200 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 Dkoi2855.c84 kill(getpid(), SIGSTOP); in main()
/freebsd/usr.sbin/lpr/filters.ru/koi2alt/
H A Dkoi2alt.c85 kill(getpid(), SIGSTOP); in main()
/freebsd/contrib/kyua/utils/signals/
H A Dmisc.cpp84 if (signo == SIGKILL || signo == SIGSTOP) { in reset_all()
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_killable.h41 …GKILL) | sigmask(SIGINT) | sigmask(SIGQUIT) | sigmask(SIGTRAP) | sigmask(SIGSTOP) | sigmask(SIGCON…
/freebsd/contrib/tcsh/
H A Dsh.init.c573 #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/lib/libsysdecode/
H A Dsignal.c49 [SIGSTOP] = "SIGSTOP",
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp100 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()
164 case SIGSTOP: in MonitorCallback()
188 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP, in MonitorSIGSTOP()
502 if (kill(GetID(), SIGSTOP) != 0) in Halt()
846 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()
1007 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in MonitorClone()
/freebsd/tests/sys/vm/
H A Dmlock_test.c59 if (raise(SIGSTOP) != 0) in test_wired_copy_on_write()
70 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in test_wired_copy_on_write()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp105 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()
165 case SIGSTOP: in MonitorCallback()
200 SIGSTOP, &info.psi_siginfo); in MonitorSIGSTOP()
391 ret = kill(pid, SIGSTOP); in StopProcess()
891 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()
1076 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in MonitorClone()
/freebsd/tools/regression/sigqueue/sigqtest2/
H A Dsigqtest2.c56 kill(getpid(), SIGSTOP); in job_control_test()
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg219 $ SIGSTOP

1234