Searched refs:EXC_CORPSE_NOTIFY (Results 1 – 6 of 6) sorted by relevance
103 #define EXC_CORPSE_NOTIFY 13 /* Abnormal process exited to corpse state */ macro155 #define EXC_MASK_CORPSE_NOTIFY (1 << EXC_CORPSE_NOTIFY)
319 if (exception != EXC_CORPSE_NOTIFY) { in exception_deliver()402 if (exception != EXC_CORPSE_NOTIFY) { in exception_deliver()559 (exception != EXC_GUARD) && (exception != EXC_CORPSE_NOTIFY)) { in exception_triage_thread()
668 if (i == EXC_CORPSE_NOTIFY && task_corpse_pending_report(task)) { in ipc_task_reset()
2238 kr = exception_triage_thread(EXC_CORPSE_NOTIFY, code, EXCEPTION_CODE_MAX, thread); in task_deliver_crash_notification()
37 T_ASSERT_EQ(exception, EXC_CORPSE_NOTIFY, "exception type"); in catch_mach_exception_raise()
139 if (exception == EXC_GUARD || exception == EXC_CORPSE_NOTIFY) { in catch_mach_exception_raise()