Searched refs:EXC_CRASH (Results 1 – 4 of 4) sorted by relevance
96 #define EXC_CRASH 10 /* Abnormal process exit */ macro152 #define EXC_MASK_CRASH (1 << EXC_CRASH)
462 if (excp == NULL || exception != EXC_CRASH) { in check_exc_receiver_dependency()558 if ((exception != EXC_CRASH) && (exception != EXC_RESOURCE) && in exception_triage_thread()
37 if (exception == EXC_BREAKPOINT || (exception == EXC_CRASH && atomic_load_explicit(&after_kill, in catch_mach_exception_raise()
1272 etype = EXC_CRASH; in proc_prepareexit()1275 kr = task_exception_notify(EXC_CRASH, code, subcode); in proc_prepareexit()