Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dexception.c114 kern_return_t exception_deliver(
199 exception_deliver( in exception_deliver() function
669 kr = exception_deliver(thread, exception, code, codeCnt, actions, mutex); in exception_triage_thread()
682 kr = exception_deliver(thread, exception, code, codeCnt, actions, mutex); in exception_triage_thread()
695 kr = exception_deliver(thread, exception, code, codeCnt, actions, mutex); in exception_triage_thread()
835 kr = exception_deliver(self, exception, code, codeCnt, task->exc_actions, mutex); in bsd_exception()
897 ret = exception_deliver( in sys_perf_notify()
H A Dthread_act.c1124 exception_deliver(
1162 …kern_return_t kr = exception_deliver(thread, exception, codes, code_count, host_priv->exc_actions,… in thread_raise_exception()
H A Dtask.c347 extern kern_return_t exception_deliver(thread_t, exception_type_t, mach_exception_data_t, mach_msg_…