Searched refs:ACT_SYSTEM (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/sal/osl/unx/ |
| H A D | signal.c | 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 */ [all …]
|