Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dexception.c109 kern_return_t exception_deliver(
178 exception_deliver( in exception_deliver() function
525 kr = exception_deliver(thread, exception, code, codeCnt, actions, mutex); in exception_triage_thread()
538 kr = exception_deliver(thread, exception, code, codeCnt, actions, mutex); in exception_triage_thread()
551 kr = exception_deliver(thread, exception, code, codeCnt, actions, mutex); in exception_triage_thread()
684 kr = exception_deliver(self, exception, code, codeCnt, task->exc_actions, mutex); in bsd_exception()
746 ret = exception_deliver( in sys_perf_notify()
H A Dtask.c340 extern kern_return_t exception_deliver(thread_t, exception_type_t, mach_exception_data_t, mach_msg_…