Home
last modified time | relevance | path

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

1234

/freebsd-10-stable/tests/sys/kern/
Dptrace_test.c82 raise(SIGSTOP); in trace_me()
96 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in attach_child()
155 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in ATF_TC_BODY()
256 CHILD_REQUIRE(WSTOPSIG(status) == SIGSTOP); in ATF_TC_BODY()
360 CHILD_REQUIRE(WSTOPSIG(status) == SIGSTOP); in ATF_TC_BODY()
485 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in handle_fork_events()
535 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in ATF_TC_BODY()
591 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in ATF_TC_BODY()
642 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in ATF_TC_BODY()
916 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in ATF_TC_BODY()
[all …]
/freebsd-10-stable/contrib/netbsd-tests/kernel/
Dt_ptrace_wait.c81 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-10-stable/contrib/netbsd-tests/lib/libc/sys/
Dt_wait.c196 ATF_REQUIRE(kill(pid, SIGSTOP) == 0); in ATF_TC_BODY()
200 ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) == SIGSTOP); in ATF_TC_BODY()
202 ATF_REQUIRE(si.si_status == SIGSTOP); in ATF_TC_BODY()
271 ATF_REQUIRE(kill(pid, SIGSTOP) == 0); in ATF_TC_BODY()
275 ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) == SIGSTOP); in ATF_TC_BODY()
277 ATF_REQUIRE(si.si_status == SIGSTOP); in ATF_TC_BODY()
/freebsd-10-stable/contrib/apr/threadproc/unix/
Dsignals.c229 #ifdef SIGSTOP in apr_signal_init()
230 store_desc(SIGSTOP, "Stopped (signal)"); in apr_signal_init()
336 #ifdef SIGSTOP in apr_signal_thread()
337 sigdelset(&sig_mask, SIGSTOP); in apr_signal_thread()
/freebsd-10-stable/contrib/sendmail/libsm/
Dassert.c83 #ifdef SIGSTOP
85 kill(getpid(), SIGSTOP);
/freebsd-10-stable/contrib/netbsd-tests/kernel/arch/amd64/
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-10-stable/contrib/gdb/gdb/signals/
Dsignals.c372 #if defined (SIGSTOP) in target_signal_from_host()
373 if (hostsig == SIGSTOP) in target_signal_from_host()
625 #if defined (SIGSTOP) in do_target_signal_to_host()
627 return SIGSTOP; in do_target_signal_to_host()
/freebsd-10-stable/cddl/lib/libdtrace/
Dsignal.d59 inline int SIGSTOP = 17; variable
60 #pragma D binding "1.0" SIGSTOP
/freebsd-10-stable/tools/test/ptrace/
Dscescx.c344 kill(getpid(), SIGSTOP); in main()
360 assert(WSTOPSIG(status) == SIGSTOP); in main()
389 assert(WSTOPSIG(status) == SIGSTOP); in main()
/freebsd-10-stable/sys/kern/
Dkern_kthread.c185 SIGADDSET(p->p_siglist, SIGSTOP); in kproc_suspend()
202 SIGDELSET(p->p_siglist, SIGSTOP); in kproc_resume()
212 while (SIGISMEMBER(p->p_siglist, SIGSTOP)) { in kproc_suspend_check()
/freebsd-10-stable/sys/sys/
Dsignalvar.h164 SIGDELSET(set, SIGKILL), SIGDELSET(set, SIGSTOP)
167 SIGDELSET(set, SIGSTOP), SIGDELSET(set, SIGTSTP), \
173 #define sigcantmask (sigmask(SIGKILL) | sigmask(SIGSTOP))
/freebsd-10-stable/sys/fs/procfs/
Dprocfs_ctl.c96 { "urg", SIGURG }, { "stop", SIGSTOP },
150 kern_psignal(p, SIGSTOP); in procfs_control()
/freebsd-10-stable/contrib/gdb/gdb/
Dlin-lwp.c379 && WIFSTOPPED (status) && WSTOPSIG (status) == SIGSTOP); in lin_lwp_attach()
384 lp->status = W_STOPCODE (SIGSTOP); in lin_lwp_attach()
680 ret = kill_lwp (GET_LWP (lp->ptid), SIGSTOP); in stop_callback()
732 if (WSTOPSIG (status) != SIGSTOP) in stop_wait_callback()
1138 if (pid != -1 && WIFSTOPPED (status) && WSTOPSIG (status) == SIGSTOP in child_wait()
1358 && WSTOPSIG (status) == SIGSTOP); in lin_lwp_wait()
1457 && WIFSTOPPED (status) && WSTOPSIG (status) == SIGSTOP) in lin_lwp_wait()
/freebsd-10-stable/usr.sbin/lpr/filters.ru/koi2855/
Dkoi2855.c84 kill(getpid(), SIGSTOP); in main()
/freebsd-10-stable/usr.sbin/lpr/filters.ru/koi2alt/
Dkoi2alt.c85 kill(getpid(), SIGSTOP); in main()
/freebsd-10-stable/contrib/gcclibs/libiberty/
Dstrsignal.c162 #if defined (SIGSTOP)
163 ENTRY(SIGSTOP, "SIGSTOP", "Stopped (signal)"),
/freebsd-10-stable/contrib/binutils/libiberty/
Dstrsignal.c162 #if defined (SIGSTOP)
163 ENTRY(SIGSTOP, "SIGSTOP", "Stopped (signal)"),
/freebsd-10-stable/contrib/tcsh/
Dsh.init.c577 #ifdef SIGSTOP in mesginit()
578 if (mesg[SIGSTOP].pname == NULL) { in mesginit()
579 mesg[SIGSTOP].iname = "STOP"; in mesginit()
581 mesg[SIGSTOP].pname = CSAVS(2, 46, "Suspended (signal)"); in mesginit()
583 mesg[SIGSTOP].pname = CSAVS(2, 47, "Stopped (signal)"); in mesginit()
/freebsd-10-stable/tools/regression/sigqueue/sigqtest2/
Dsigqtest2.c57 kill(getpid(), SIGSTOP); in job_control_test()
/freebsd-10-stable/lib/libc/nls/
Dbe_BY.UTF-8.msg220 $ SIGSTOP
Del_GR.ISO8859-7.msg220 $ SIGSTOP
Duk_UA.UTF-8.msg230 $ SIGSTOP
Dru_RU.KOI8-R.msg237 $ SIGSTOP
/freebsd-10-stable/sys/compat/linux/
Dlinux.c90 SIGSTOP, /* LINUX_SIGSTOP */
/freebsd-10-stable/contrib/netbsd-tests/kernel/arch/i386/
Dt_ptrace_wait.c68 const int sigval = SIGSTOP; in ATF_TC_BODY()

1234