Searched refs:SIGTSTP (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d59 inline int SIGTSTP = 18;
60 #pragma D binding "1.0" SIGTSTP
/xnu-2782.1.97/bsd/sys/
H A Dsignalvar.h167 SA_STOP|SA_TTYSTOP, /* SIGTSTP */
184 #define stopsigmask (sigmask(SIGSTOP) | sigmask(SIGTSTP) | \
H A Dsignal.h105 #define SIGTSTP 18 /* stop signal from tty */ macro
583 sigmask(SIGTSTP)|sigmask(SIGCONT)|\
/xnu-2782.1.97/bsd/kern/
H A Dtty.c650 tty_pgsignal(tp, SIGTSTP, 1);
2218 tty_pgsignal(tp, SIGTSTP, 1);

Completed in 36 milliseconds