Searched refs:EXC_CORPSE_NOTIFY (Results 1 – 9 of 9) sorted by relevance
| /xnu-10063.141.1/osfmk/mach/ |
| H A D | exception_types.h | 103 #define EXC_CORPSE_NOTIFY 13 /* Abnormal process exited to corpse state */ macro 158 #define EXC_MASK_CORPSE_NOTIFY (1 << EXC_CORPSE_NOTIFY)
|
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | exception.c | 332 if (exception != EXC_CORPSE_NOTIFY) { in exception_deliver() 479 if (exception != EXC_CORPSE_NOTIFY && in exception_deliver() 580 EXC_CORPSE_NOTIFY, in exception_deliver_backtrace() 715 (exception != EXC_GUARD) && (exception != EXC_CORPSE_NOTIFY)) { in exception_triage_thread()
|
| H A D | ipc_tt.c | 701 if (i == EXC_CORPSE_NOTIFY && task_corpse_pending_report(task)) { in ipc_task_reset()
|
| H A D | task.c | 2459 kr = exception_triage_thread(EXC_CORPSE_NOTIFY, code, EXCEPTION_CODE_MAX, thread); in task_deliver_crash_notification()
|
| /xnu-10063.141.1/tests/vm/ |
| H A D | test_vm_no_pager.m | 174 if (exception == EXC_CORPSE_NOTIFY) { 175 …T_LOG("successfully caught EXC_CORPSE_NOTIFY %d code[0] = 0x%016llx at 0x%016llx", exception, code… 230 * Setup exception handling port for EXC_CORPSE_NOTIFY.
|
| /xnu-10063.141.1/tests/ |
| H A D | exc_resource_threads.c | 39 T_ASSERT_EQ(exception, EXC_CORPSE_NOTIFY, "exception type"); in catch_mach_exception_raise()
|
| H A D | reply_port_defense.c | 103 } else if (exception == EXC_CORPSE_NOTIFY) { in catch_mach_exception_raise_identity_protected()
|
| H A D | corpse_backtrace.c | 50 T_ASSERT_EQ(exception, EXC_CORPSE_NOTIFY, "Exception should be corpse notify"); in exc_handler_backtrace()
|
| H A D | imm_pinned_control_port.c | 140 if (exception == EXC_GUARD || exception == EXC_CORPSE_NOTIFY) { in catch_mach_exception_raise_identity_protected()
|