Searched refs:exception_deliver (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | exception.c | 109 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 D | task.c | 340 extern kern_return_t exception_deliver(thread_t, exception_type_t, mach_exception_data_t, mach_msg_…
|