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

/xnu-2422.115.4/bsd/sys/
H A Dsignalvar.h142 #define SA_TTYSTOP 0x08 /* ditto, from tty */ macro
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.c1862 if (prop & SA_TTYSTOP && pg->pg_jobc == 0 &&
2428 prop & SA_TTYSTOP)) {
2590 prop & SA_TTYSTOP)) {

Completed in 62 milliseconds