Lines Matching refs:ACT_SYSTEM
81 #define ACT_SYSTEM 3 macro
86 # define ACT_ABORT ACT_SYSTEM
108 { SIGILL, ACT_SYSTEM, NULL }, /* illegal instruction (not reset when caught) */
116 { SIGEMT, ACT_SYSTEM, NULL }, /* EMT instruction */
122 { SIGKILL, ACT_SYSTEM, NULL }, /* kill (cannot be caught or ignored) */
131 { SIGUSR1, ACT_SYSTEM, NULL }, /* user defined signal 1 */
132 { SIGUSR2, ACT_SYSTEM, NULL }, /* user defined signal 2 */
133 { SIGCHLD, ACT_SYSTEM, NULL }, /* child status change */
142 { SIGSTOP, ACT_SYSTEM, NULL }, /* stop (cannot be caught or ignored) */
143 { SIGTSTP, ACT_SYSTEM, NULL }, /* user stop requested from tty */
144 { SIGCONT, ACT_SYSTEM, NULL }, /* stopped process has been continued */
145 { SIGTTIN, ACT_SYSTEM, NULL }, /* background tty read attempted */
146 { SIGTTOU, ACT_SYSTEM, NULL }, /* background tty write attempted */
148 { SIGPROF, ACT_SYSTEM, NULL }, /* profiling timer expired */
267 if (Signals[i].Action != ACT_SYSTEM) in InitSignal()
314 if (Signals[i].Action != ACT_SYSTEM) in DeInitSignal()