Home
last modified time | relevance | path

Searched refs:EXC_CORPSE_NOTIFY (Results 1 – 8 of 8) sorted by relevance

/xnu-10002.1.13/osfmk/mach/
H A Dexception_types.h103 #define EXC_CORPSE_NOTIFY 13 /* Abnormal process exited to corpse state */ macro
158 #define EXC_MASK_CORPSE_NOTIFY (1 << EXC_CORPSE_NOTIFY)
/xnu-10002.1.13/osfmk/kern/
H A Dexception.c331 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()
H A Dipc_tt.c701 if (i == EXC_CORPSE_NOTIFY && task_corpse_pending_report(task)) { in ipc_task_reset()
H A Dtask.c2363 kr = exception_triage_thread(EXC_CORPSE_NOTIFY, code, EXCEPTION_CODE_MAX, thread); in task_deliver_crash_notification()
/xnu-10002.1.13/tests/
H A Dexc_resource_threads.c39 T_ASSERT_EQ(exception, EXC_CORPSE_NOTIFY, "exception type"); in catch_mach_exception_raise()
H A Dreply_port_defense.c104 } else if (exception == EXC_CORPSE_NOTIFY) { in catch_mach_exception_raise()
H A Dcorpse_backtrace.c50 T_ASSERT_EQ(exception, EXC_CORPSE_NOTIFY, "Exception should be corpse notify"); in exc_handler_backtrace()
H A Dimm_pinned_control_port.c155 if (exception == EXC_GUARD || exception == EXC_CORPSE_NOTIFY) { in catch_mach_exception_raise()