Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/mach/
H A Dexception_types.h103 #define EXC_CORPSE_NOTIFY 13 /* Abnormal process exited to corpse state */ macro
155 #define EXC_MASK_CORPSE_NOTIFY (1 << EXC_CORPSE_NOTIFY)
/xnu-8019.80.24/osfmk/kern/
H A Dexception.c319 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()
H A Dipc_tt.c668 if (i == EXC_CORPSE_NOTIFY && task_corpse_pending_report(task)) { in ipc_task_reset()
H A Dtask.c2238 kr = exception_triage_thread(EXC_CORPSE_NOTIFY, code, EXCEPTION_CODE_MAX, thread); in task_deliver_crash_notification()
/xnu-8019.80.24/tests/
H A Dexc_resource_threads.c37 T_ASSERT_EQ(exception, EXC_CORPSE_NOTIFY, "exception type"); in catch_mach_exception_raise()
H A Dimm_pinned_control_port.c139 if (exception == EXC_GUARD || exception == EXC_CORPSE_NOTIFY) { in catch_mach_exception_raise()