Searched refs:SIGSTOP (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-10-stable/cddl/lib/libdtrace/
H A Dsignal.d59 inline int SIGSTOP = 17;
60 #pragma D binding "1.0" SIGSTOP
/freebsd-10-stable/usr.sbin/lpr/filters.ru/koi2alt/
H A Dkoi2alt.c85 kill(getpid(), SIGSTOP); local
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dassert.c42 ** Debug category: send self SIGSTOP on fatal error,
83 #ifdef SIGSTOP
85 kill(getpid(), SIGSTOP); local
86 #endif /* SIGSTOP */
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait.c196 ATF_REQUIRE(kill(pid, SIGSTOP) == 0);
200 ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) == SIGSTOP);
202 ATF_REQUIRE(si.si_status == SIGSTOP);
269 printf("Before loop of SIGSTOP/SIGCONT sequence %zu times\n", N);
271 ATF_REQUIRE(kill(pid, SIGSTOP) == 0);
275 ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) == SIGSTOP);
277 ATF_REQUIRE(si.si_status == SIGSTOP);
/freebsd-10-stable/contrib/apr/threadproc/unix/
H A Dsignals.c229 #ifdef SIGSTOP
230 store_desc(SIGSTOP, "Stopped (signal)");
336 #ifdef SIGSTOP
337 sigdelset(&sig_mask, SIGSTOP);
/freebsd-10-stable/contrib/gdb/gdb/signals/
H A Dsignals.c72 {"SIGSTOP", "Stopped (signal)"},
373 #if defined (SIGSTOP)
374 if (hostsig == SIGSTOP)
626 #if defined (SIGSTOP)
628 return SIGSTOP;
/freebsd-10-stable/tools/regression/sigqueue/sigqtest2/
H A Dsigqtest2.c57 kill(getpid(), SIGSTOP); local
/freebsd-10-stable/tests/sys/kern/
H A Dptrace_test.c82 raise(SIGSTOP);
96 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP);
151 /* The first wait() should report the stop from SIGSTOP. */
155 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP);
157 /* Continue the child ignoring the SIGSTOP. */
201 /* Continue the child ignoring the SIGSTOP. */
256 CHILD_REQUIRE(WSTOPSIG(status) == SIGSTOP);
360 CHILD_REQUIRE(WSTOPSIG(status) == SIGSTOP);
485 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP);
531 /* The first wait() should report the stop from SIGSTOP
[all...]
/freebsd-10-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c75 "Verify SIGSTOP followed by _exit(2) in a child");
81 const int sigval = SIGSTOP;
123 "Verify SIGSTOP followed by _exit(2) in a child");
139 const int sigval = SIGSTOP, sigsent = SIGINT;
190 "Verify SIGSTOP followed by termination by a signal in a child");
195 const int sigval = SIGSTOP, sigsent = SIGINT /* Without core-dump */;
238 "Verify SIGSTOP followed by SIGCONT and _exit(2) in a child");
244 const int sigval = SIGSTOP, sigsent = SIGCONT;
329 /* Wait for tracee and assert that it was stopped w/ SIGSTOP */
333 forkee_status_stopped(status, SIGSTOP);
[all...]
/freebsd-10-stable/tools/test/ptrace/
H A Dscescx.c344 kill(getpid(), SIGSTOP); local
360 assert(WSTOPSIG(status) == SIGSTOP);
389 assert(WSTOPSIG(status) == SIGSTOP);
/freebsd-10-stable/sys/kern/
H A Dkern_kthread.c185 SIGADDSET(p->p_siglist, SIGSTOP);
202 SIGDELSET(p->p_siglist, SIGSTOP);
212 while (SIGISMEMBER(p->p_siglist, SIGSTOP)) {
/freebsd-10-stable/sys/sys/
H A Dsignalvar.h164 SIGDELSET(set, SIGKILL), SIGDELSET(set, SIGSTOP)
167 SIGDELSET(set, SIGSTOP), SIGDELSET(set, SIGTSTP), \
173 #define sigcantmask (sigmask(SIGKILL) | sigmask(SIGSTOP))
H A Drctl.h113 #define RCTL_ACTION_SIGSTOP SIGSTOP
/freebsd-10-stable/usr.sbin/lpr/filters/
H A Dlpf.c162 kill(getpid(), SIGSTOP); local
/freebsd-10-stable/usr.sbin/lpr/filters.ru/koi2855/
H A Dkoi2855.c84 kill(getpid(), SIGSTOP); local
/freebsd-10-stable/sys/compat/linux/
H A Dlinux.c54 LINUX_SIGSTOP, /* SIGSTOP */
90 SIGSTOP, /* LINUX_SIGSTOP */
/freebsd-10-stable/contrib/netbsd-tests/kernel/arch/amd64/
H A Dt_ptrace_wait.c69 const int sigval = SIGSTOP;
152 const int sigval = SIGSTOP;
209 const int sigval = SIGSTOP;
283 const int sigval = SIGSTOP;
360 const int sigval = SIGSTOP;
466 const int sigval = SIGSTOP;
572 const int sigval = SIGSTOP;
678 const int sigval = SIGSTOP;
784 const int sigval = SIGSTOP;
885 const int sigval = SIGSTOP;
[all...]
/freebsd-10-stable/contrib/netbsd-tests/kernel/arch/i386/
H A Dt_ptrace_wait.c68 const int sigval = SIGSTOP;
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dstrsignal.c162 #if defined (SIGSTOP)
163 ENTRY(SIGSTOP, "SIGSTOP", "Stopped (signal)"),
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dstrsignal.c162 #if defined (SIGSTOP)
163 ENTRY(SIGSTOP, "SIGSTOP", "Stopped (signal)"),
/freebsd-10-stable/sys/fs/procfs/
H A Dprocfs_ctl.c96 { "urg", SIGURG }, { "stop", SIGSTOP },
150 kern_psignal(p, SIGSTOP);
263 p->p_flag &= ~P_STOPPED_SIG; /* this uses SIGSTOP */
/freebsd-10-stable/contrib/gdb/gdb/
H A Dlin-lwp.c385 && WIFSTOPPED (status) && WSTOPSIG (status) == SIGSTOP);
389 /* Fake the SIGSTOP that core GDB expects. */
390 lp->status = W_STOPCODE (SIGSTOP);
395 "LLA: waitpid %ld, faking SIGSTOP\n", (long) pid);
672 /* Send a SIGSTOP to LP. */
684 "SC: kill %s **<SIGSTOP>**\n",
688 ret = kill_lwp (GET_LWP (lp->ptid), SIGSTOP);
740 if (WSTOPSIG (status) != SIGSTOP)
757 /* Now resume this LWP and get the SIGSTOP event. */
792 SIGSTOP, an
[all...]
/freebsd-10-stable/lib/libkse/test/
H A Dsigsuspend_d.c67 sigdelset (&suspender_mask, SIGSTOP); /* Cannot catch */
/freebsd-10-stable/lib/libkse/thread/
H A Dthr_sigwait.c80 SIGDELSET(waitset, SIGSTOP);
/freebsd-10-stable/lib/libproc/
H A Dproc_bkpt.c63 if (kill(proc_getpid(phdl), SIGSTOP) == -1) {

Completed in 398 milliseconds

123