Searched refs:EXC_CORPSE_NOTIFY (Results 1 – 8 of 8) sorted by relevance
103 #define EXC_CORPSE_NOTIFY 13 /* Abnormal process exited to corpse state */ macro158 #define EXC_MASK_CORPSE_NOTIFY (1 << EXC_CORPSE_NOTIFY)
331 if (exception != EXC_CORPSE_NOTIFY) { in exception_deliver()477 if (exception != EXC_CORPSE_NOTIFY && in exception_deliver()578 EXC_CORPSE_NOTIFY, in exception_deliver_backtrace()713 (exception != EXC_GUARD) && (exception != EXC_CORPSE_NOTIFY)) { in exception_triage_thread()
701 if (i == EXC_CORPSE_NOTIFY && task_corpse_pending_report(task)) { in ipc_task_reset()
2363 kr = exception_triage_thread(EXC_CORPSE_NOTIFY, code, EXCEPTION_CODE_MAX, thread); in task_deliver_crash_notification()
39 T_ASSERT_EQ(exception, EXC_CORPSE_NOTIFY, "exception type"); in catch_mach_exception_raise()
104 } else if (exception == EXC_CORPSE_NOTIFY) { in catch_mach_exception_raise()
50 T_ASSERT_EQ(exception, EXC_CORPSE_NOTIFY, "Exception should be corpse notify"); in exc_handler_backtrace()
155 if (exception == EXC_GUARD || exception == EXC_CORPSE_NOTIFY) { in catch_mach_exception_raise()