Searched refs:SA_STOP (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dsignalvar.h141 #define SA_STOP 0x04 /* suspend process */ macro
166 SA_STOP, /* SIGSTOP */
167 SA_STOP|SA_TTYSTOP, /* SIGTSTP */
170 SA_STOP|SA_TTYSTOP, /* SIGTTIN */
171 SA_STOP|SA_TTYSTOP, /* SIGTTOU */
/xnu-2422.115.4/bsd/kern/
H A Dkern_sig.c1852 if (prop & SA_STOP) {
1997 if (!(prop & SA_STOP) && sig_proc->p_pptr == initproc) {
2421 if (prop & SA_STOP) {
2583 if (prop & SA_STOP) {

Completed in 81 milliseconds