Searched refs:SIGPROP_KILL (Results 1 – 1 of 1) sorted by relevance
214 #define SIGPROP_KILL 0x01 /* terminates process by default */ macro222 [SIGHUP] = SIGPROP_KILL,223 [SIGINT] = SIGPROP_KILL,224 [SIGQUIT] = SIGPROP_KILL | SIGPROP_CORE,225 [SIGILL] = SIGPROP_KILL | SIGPROP_CORE,226 [SIGTRAP] = SIGPROP_KILL | SIGPROP_CORE,227 [SIGABRT] = SIGPROP_KILL | SIGPROP_CORE,228 [SIGEMT] = SIGPROP_KILL | SIGPROP_CORE,229 [SIGFPE] = SIGPROP_KILL | SIGPROP_CORE,230 [SIGKILL] = SIGPROP_KILL,[all …]