Lines Matching refs:ACT_SYSTEM
74 #define ACT_SYSTEM 3 macro
79 # define ACT_ABORT ACT_SYSTEM
101 { SIGILL, ACT_SYSTEM, NULL }, /* illegal instruction (not reset when caught) */
109 { SIGEMT, ACT_SYSTEM, NULL }, /* EMT instruction */
115 { SIGKILL, ACT_SYSTEM, NULL }, /* kill (cannot be caught or ignored) */
124 { SIGUSR1, ACT_SYSTEM, NULL }, /* user defined signal 1 */
125 { SIGUSR2, ACT_SYSTEM, NULL }, /* user defined signal 2 */
126 { SIGCHLD, ACT_SYSTEM, NULL }, /* child status change */
135 { SIGSTOP, ACT_SYSTEM, NULL }, /* stop (cannot be caught or ignored) */
136 { SIGTSTP, ACT_SYSTEM, NULL }, /* user stop requested from tty */
137 { SIGCONT, ACT_SYSTEM, NULL }, /* stopped process has been continued */
138 { SIGTTIN, ACT_SYSTEM, NULL }, /* background tty read attempted */
139 { SIGTTOU, ACT_SYSTEM, NULL }, /* background tty write attempted */
141 { SIGPROF, ACT_SYSTEM, NULL }, /* profiling timer expired */
260 if (Signals[i].Action != ACT_SYSTEM) in InitSignal()
307 if (Signals[i].Action != ACT_SYSTEM) in DeInitSignal()