Home
last modified time | relevance | path

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

/AOO42X/main/sal/osl/unx/
H A Dsignal.c84 # define ACT_ABORT 5 macro
86 # define ACT_ABORT ACT_SYSTEM macro
110 { SIGTRAP, ACT_ABORT, NULL }, /* trace trap (not reset when caught) */
112 { SIGIOT, ACT_ABORT, NULL }, /* IOT instruction */
114 { SIGABRT, ACT_ABORT, NULL }, /* used by abort, replace SIGIOT in the future */
121 { SIGFPE, ACT_ABORT, NULL }, /* floating point exception */
123 { SIGBUS, ACT_ABORT, NULL }, /* bus error */
124 { SIGSEGV, ACT_ABORT, NULL }, /* segmentation violation */
126 { SIGSYS, ACT_ABORT, NULL }, /* bad argument to system call */
153 { SIGXCPU, ACT_ABORT, NULL }, /* exceeded cpu limit */
[all …]