Searched refs:ACT_ABORT (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/sal/osl/unx/ |
| H A D | signal.c | 77 # define ACT_ABORT 5 macro 79 # define ACT_ABORT ACT_SYSTEM macro 103 { SIGTRAP, ACT_ABORT, NULL }, /* trace trap (not reset when caught) */ 105 { SIGIOT, ACT_ABORT, NULL }, /* IOT instruction */ 107 { SIGABRT, ACT_ABORT, NULL }, /* used by abort, replace SIGIOT in the future */ 114 { SIGFPE, ACT_ABORT, NULL }, /* floating point exception */ 116 { SIGBUS, ACT_ABORT, NULL }, /* bus error */ 117 { SIGSEGV, ACT_ABORT, NULL }, /* segmentation violation */ 119 { SIGSYS, ACT_ABORT, NULL }, /* bad argument to system call */ 146 { SIGXCPU, ACT_ABORT, NULL }, /* exceeded cpu limit */ [all …]
|