Searched refs:EXC_CRASH (Results 1 – 8 of 8) sorted by relevance
96 #define EXC_CRASH 10 /* Abnormal process exit */ macro160 #define EXC_MASK_CRASH (1 << EXC_CRASH)
156 …T_QUIET; T_EXPECT_TRUE((exception == EXC_CRASH) || (exception == EXC_CORPSE_NOTIFY), "catch_mach_e… in catch_mach_exception_raise()157 if (exception == EXC_CRASH) { in catch_mach_exception_raise()
38 if (exception == EXC_BREAKPOINT || (exception == EXC_CRASH && atomic_load_explicit(&after_kill, in catch_mach_exception_raise()
76 if (exception != EXC_CRASH && exception != EXC_GUARD) { in catch_mach_exception_raise()
225 if (type == EXC_CRASH) { in catch_mach_exception_raise_state_identity()
691 if (excp == NULL || exception != EXC_CRASH) { in check_exc_receiver_dependency()787 if ((exception != EXC_CRASH) && (exception != EXC_RESOURCE) && in exception_triage_thread()
1248 if (exception == EXC_CRASH) { in thread_raise_exception()
1992 etype = EXC_CRASH; in proc_prepareexit()2011 kr = task_exception_notify(EXC_CRASH, code, subcode, fatal); in proc_prepareexit()