Searched refs:SA_CORE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsignalvar.h140 #define SA_CORE 0x02 /* ditto and coredumps */ macro
152 SA_KILL|SA_CORE, /* SIGQUIT */
153 SA_KILL|SA_CORE, /* SIGILL */
154 SA_KILL|SA_CORE, /* SIGTRAP */
155 SA_KILL|SA_CORE, /* SIGABRT */
156 SA_KILL|SA_CORE, /* SIGEMT */
157 SA_KILL|SA_CORE, /* SIGFPE */
159 SA_KILL|SA_CORE, /* SIGBUS */
160 SA_KILL|SA_CORE, /* SIGSEGV */
161 SA_KILL|SA_CORE, /* SIGSY
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exit.c282 if (!in_shutdown() && hassigprop(WTERMSIG(rv), SA_CORE)) {
H A Dkern_sig.c2489 if (sigprop[signum] & SA_CORE) {

Completed in 30 milliseconds