Searched refs:SIGPROP_KILL (Results 1 – 1 of 1) sorted by relevance
223 #define SIGPROP_KILL 0x01 /* terminates process by default */ macro231 [SIGHUP] = SIGPROP_KILL,232 [SIGINT] = SIGPROP_KILL,233 [SIGQUIT] = SIGPROP_KILL | SIGPROP_CORE,234 [SIGILL] = SIGPROP_KILL | SIGPROP_CORE,235 [SIGTRAP] = SIGPROP_KILL | SIGPROP_CORE,236 [SIGABRT] = SIGPROP_KILL | SIGPROP_CORE,237 [SIGEMT] = SIGPROP_KILL | SIGPROP_CORE,238 [SIGFPE] = SIGPROP_KILL | SIGPROP_CORE,239 [SIGKILL] = SIGPROP_KILL,[all …]