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

/darwin-on-arm/xnu/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
596 sigmask(SIGTERM)|sigmask(SIGSTOP)|\
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_process.c233 psignal(t, SIGSTOP);
351 * we use sending SIGSTOP as a comparable security check.
354 error = mac_proc_check_signal(p, t, SIGSTOP);
H A Dkern_sig.c377 signum == SIGKILL || signum == SIGSTOP)
576 if ((signum == SIGKILL || signum == SIGSTOP) &&
1282 /* SIGKILL and SIGSTOP are not maskable as well */
2032 if (signum != SIGSTOP)
H A Dkern_aio.c2120 signum == SIGKILL || signum == SIGSTOP )

Completed in 30 milliseconds