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

/xnu-2782.1.97/osfmk/mach/
H A Dexception_types.h96 #define EXC_CRASH 10 /* Abnormal process exit */ macro
139 #define EXC_MASK_CRASH (1 << EXC_CRASH)
/xnu-2782.1.97/osfmk/kern/
H A Dexception.c310 * EXC_CRASH primarily. Note: If port is transferred
327 if (excp == NULL || exception != EXC_CRASH)
413 if ((exception != EXC_CRASH) && (exception != EXC_RESOURCE) &&
/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c408 (void) task_exception_notify(EXC_CRASH, code, subcode);

Completed in 74 milliseconds