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

123

/freebsd-10.1-release/cddl/lib/libdtrace/
H A Dsignal.d59 inline int SIGSTOP = 17;
60 #pragma D binding "1.0" SIGSTOP
/freebsd-10.1-release/usr.sbin/lpr/filters.ru/koi2alt/
H A Dkoi2alt.c85 kill(getpid(), SIGSTOP); local
/freebsd-10.1-release/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.1-release/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.1-release/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.1-release/tools/regression/sigqueue/sigqtest2/
H A Dsigqtest2.c57 kill(getpid(), SIGSTOP); local
/freebsd-10.1-release/sys/kern/
H A Dkern_kthread.c184 SIGADDSET(p->p_siglist, SIGSTOP);
201 SIGDELSET(p->p_siglist, SIGSTOP);
211 while (SIGISMEMBER(p->p_siglist, SIGSTOP)) {
/freebsd-10.1-release/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.1-release/tools/test/ptrace/
H A Dscescx.c344 kill(getpid(), SIGSTOP); local
360 assert(WSTOPSIG(status) == SIGSTOP);
389 assert(WSTOPSIG(status) == SIGSTOP);
/freebsd-10.1-release/usr.sbin/lpr/filters/
H A Dlpf.c162 kill(getpid(), SIGSTOP); local
/freebsd-10.1-release/usr.sbin/lpr/filters.ru/koi2855/
H A Dkoi2855.c84 kill(getpid(), SIGSTOP); local
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dstrsignal.c162 #if defined (SIGSTOP)
163 ENTRY(SIGSTOP, "SIGSTOP", "Stopped (signal)"),
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dstrsignal.c162 #if defined (SIGSTOP)
163 ENTRY(SIGSTOP, "SIGSTOP", "Stopped (signal)"),
/freebsd-10.1-release/sys/fs/procfs/
H A Dprocfs_ctl.c96 { "urg", SIGURG }, { "stop", SIGSTOP },
150 kern_psignal(p, SIGSTOP);
262 p->p_flag &= ~P_STOPPED_SIG; /* this uses SIGSTOP */
/freebsd-10.1-release/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.1-release/crypto/openssh/
H A Dsandbox-systrace.c100 if (kill(getpid(), SIGSTOP) != 0)
101 fatal("%s: kill(%d, SIGSTOP)", __func__, getpid());
113 /* Wait for the child to send itself a SIGSTOP */
/freebsd-10.1-release/lib/libkse/test/
H A Dsigsuspend_d.c67 sigdelset (&suspender_mask, SIGSTOP); /* Cannot catch */
/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_sigwait.c80 SIGDELSET(waitset, SIGSTOP);
/freebsd-10.1-release/lib/libproc/
H A Dproc_bkpt.c63 if (kill(proc_getpid(phdl), SIGSTOP) == -1) {
H A Dproc_util.c90 kill(phdl->pid, SIGSTOP);
/freebsd-10.1-release/usr.bin/truss/
H A Dsetup.c135 kill(pid, SIGSTOP);
/freebsd-10.1-release/contrib/tcsh/
H A Dsh.init.c577 #ifdef SIGSTOP
578 if (mesg[SIGSTOP].pname == NULL) {
579 mesg[SIGSTOP].iname = "STOP";
581 mesg[SIGSTOP].pname = CSAVS(2, 46, "Suspended (signal)");
583 mesg[SIGSTOP].pname = CSAVS(2, 47, "Stopped (signal)");
586 #endif /* SIGSTOP */
/freebsd-10.1-release/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c186 /* The next time we wait for this LWP we'll see a SIGSTOP as PTRACE_ATTACH
187 brings it to a halt. We should ignore that SIGSTOP and resume the process
192 should treat the new thread as if we had sent it a SIGSTOP. This works
207 /* Don't ignore the initial SIGSTOP if we just attached to this process. */
483 && WSTOPSIG (wstat) == SIGSTOP
716 kill (process->head.id, SIGSTOP);
736 /* If we stopped with a non-SIGSTOP signal, save it for later
737 and record the pending SIGSTOP. If the process exited, just
740 && WSTOPSIG (wstat) != SIGSTOP)
/freebsd-10.1-release/bin/sh/
H A Dtrap.c535 if (sig != 0 && sig != SIGSTOP && sig != SIGTSTP && sig != SIGTTIN &&

Completed in 132 milliseconds

123