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

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d57 inline int SIGSTOP = 17;
58 #pragma D binding "1.0" SIGSTOP
/xnu-2782.1.97/bsd/sys/
H A Dsignalvar.h166 SA_STOP, /* SIGSTOP */
184 #define stopsigmask (sigmask(SIGSTOP) | sigmask(SIGTSTP) | \
189 #define sigcantmask (sigmask(SIGKILL) | sigmask(SIGSTOP))
H A Dsignal.h104 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro
582 sigmask(SIGTERM)|sigmask(SIGSTOP)|\
/xnu-2782.1.97/bsd/kern/
H A Dmach_process.c232 psignal(t, SIGSTOP);
356 * we use sending SIGSTOP as a comparable security check.
359 error = mac_proc_check_signal(p, t, SIGSTOP);
H A Dkern_sig.c378 signum == SIGKILL || signum == SIGSTOP)
577 if ((signum == SIGKILL || signum == SIGSTOP) &&
1283 /* SIGKILL and SIGSTOP are not maskable as well */
2033 if (signum != SIGSTOP)
H A Dkern_aio.c2135 signum == SIGKILL || signum == SIGSTOP )

Completed in 36 milliseconds