Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/mach/
H A Dexception_types.h103 #define EXC_CORPSE_NOTIFY 13 /* Abnormal process exited to corpse state */ macro
163 #define EXC_MASK_CORPSE_NOTIFY (1 << EXC_CORPSE_NOTIFY)
/xnu-12377.81.4/osfmk/kern/
H A Dexception.c334 if (exception != EXC_CORPSE_NOTIFY) { in exception_deliver()
475 if (exception != EXC_CORPSE_NOTIFY) { in exception_deliver()
552 if (exception != EXC_CORPSE_NOTIFY && in exception_deliver()
653 EXC_CORPSE_NOTIFY, in exception_deliver_backtrace()
788 (exception != EXC_GUARD) && (exception != EXC_CORPSE_NOTIFY)) { in exception_triage_thread()
H A Dipc_tt.c724 if (i == EXC_CORPSE_NOTIFY && task_corpse_pending_report(task)) { in ipc_task_reset()
H A Dtask.c2564 kr = exception_triage_thread(EXC_CORPSE_NOTIFY, code, EXCEPTION_CODE_MAX, thread); in task_deliver_crash_notification()
/xnu-12377.81.4/tests/vm/
H A Dcorpse_owned_vmobjects.c156 …T_QUIET; T_EXPECT_TRUE((exception == EXC_CRASH) || (exception == EXC_CORPSE_NOTIFY), "catch_mach_e… in catch_mach_exception_raise()
160 } else if (exception == EXC_CORPSE_NOTIFY) { in catch_mach_exception_raise()
H A Dtest_vm_no_pager.m179 if (exception == EXC_CORPSE_NOTIFY) {
180 …T_LOG("successfully caught EXC_CORPSE_NOTIFY %d code[0] = 0x%016llx at 0x%016llx", exception, code…
235 * Setup exception handling port for EXC_CORPSE_NOTIFY.
/xnu-12377.81.4/tests/
H A Dexc_resource_threads.c39 T_ASSERT_EQ(exception, EXC_CORPSE_NOTIFY, "exception type"); 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()
/xnu-12377.81.4/tests/ipc/
H A Dimm_pinned_control_port.c141 if (exception == EXC_GUARD || exception == EXC_CORPSE_NOTIFY) { in catch_mach_exception_raise_identity_protected()