Home
last modified time | relevance | path

Searched refs:exception_triage_thread (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.81.2/osfmk/kern/
H A Dexception.h64 extern kern_return_t exception_triage_thread(
H A Dexception.c635 exception_triage_thread( in exception_triage_thread() function
815 return exception_triage_thread(exception, code, codeCnt, thread); in exception_triage()
H A Dtask.c2301 kr = exception_triage_thread(EXC_CORPSE_NOTIFY, code, EXCEPTION_CODE_MAX, thread); in task_deliver_crash_notification()