Searched refs:SIGCONT (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d61 inline int SIGCONT = 19;
62 #pragma D binding "1.0" SIGCONT
/xnu-2782.1.97/bsd/sys/
H A Dsignalvar.h168 SA_IGNORE|SA_CONT, /* SIGCONT */
183 #define contsigmask (sigmask(SIGCONT))
H A Dsignal.h106 #define SIGCONT 19 /* continue a stopped process */ macro
583 sigmask(SIGTSTP)|sigmask(SIGCONT)|\
/xnu-2782.1.97/bsd/kern/
H A Dmach_process.c371 * we use sending SIGCONT as a comparable security check.
374 error = mac_proc_check_signal(p, t, SIGCONT);
H A Dkern_sig.c318 if (signum == SIGCONT && q_sessp == p_sessp) {
321 return (1); /* SIGCONT in session */
629 * However, don't put SIGCONT in p_sigignore,
636 if (signum != SIGCONT)
659 if (sigprop[i] & SA_IGNORE && i != SIGCONT)
697 if (nc != SIGCONT)
1705 * o SIGCONT restarts stopped processes (or puts them back to sleep)
1824 * (Note: we don't set SIGCONT in p_sigignore,
1857 * and don't clear any pending SIGCONT.
1882 * except that stopped processes must be continued by SIGCONT
[all...]
H A Dkern_exit.c1376 status = W_STOPCODE(SIGCONT);
H A Dkern_proc.c1546 psignal(p, SIGCONT);

Completed in 53 milliseconds