Home
last modified time | relevance | path

Searched refs:ACT_SYSTEM (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/sal/osl/unx/
H A Dsignal.c74 #define ACT_SYSTEM 3 macro
79 # define ACT_ABORT ACT_SYSTEM
109 { SIGEMT, ACT_SYSTEM, NULL }, /* EMT instruction */
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 */
136 { SIGTSTP, ACT_SYSTEM, NULL }, /* user stop requested from tty */
138 { SIGTTIN, ACT_SYSTEM, NULL }, /* background tty read attempted */
141 { SIGPROF, ACT_SYSTEM, NULL }, /* profiling timer expired */
260 if (Signals[i].Action != ACT_SYSTEM) in InitSignal()
[all …]

Completed in 16 milliseconds