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

/darwin-on-arm/xnu/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
597 sigmask(SIGTSTP)|sigmask(SIGCONT)|\
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c650 tty_pgsignal(tp, SIGTSTP, 1);
2186 tty_pgsignal(tp, SIGTSTP, 1);

Completed in 21 milliseconds