Home
last modified time | relevance | path

Searched refs:EXC_CRASH (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/osfmk/mach/
H A Dexception_types.h96 #define EXC_CRASH 10 /* Abnormal process exit */ macro
152 #define EXC_MASK_CRASH (1 << EXC_CRASH)
/xnu-8019.80.24/osfmk/kern/
H A Dexception.c462 if (excp == NULL || exception != EXC_CRASH) { in check_exc_receiver_dependency()
558 if ((exception != EXC_CRASH) && (exception != EXC_RESOURCE) && in exception_triage_thread()
/xnu-8019.80.24/tests/
H A Dhw_breakpoint_step_arm64.c37 if (exception == EXC_BREAKPOINT || (exception == EXC_CRASH && atomic_load_explicit(&after_kill, in catch_mach_exception_raise()
/xnu-8019.80.24/bsd/kern/
H A Dkern_exit.c1272 etype = EXC_CRASH; in proc_prepareexit()
1275 kr = task_exception_notify(EXC_CRASH, code, subcode); in proc_prepareexit()