Searched refs:exception_deliver (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | exception.c | 116 kern_return_t exception_deliver( 193 exception_deliver( in exception_deliver() function 755 kr = exception_deliver(thread, exception, code, codeCnt, actions, mutex); in exception_triage_thread() 768 kr = exception_deliver(thread, exception, code, codeCnt, actions, mutex); in exception_triage_thread() 781 kr = exception_deliver(thread, exception, code, codeCnt, actions, mutex); in exception_triage_thread() 928 kr = exception_deliver(self, exception, code, codeCnt, task->exc_actions, mutex); in bsd_exception() 1020 ret = exception_deliver( in sys_perf_notify()
|
| H A D | thread_act.c | 1224 exception_deliver( 1262 …kern_return_t kr = exception_deliver(thread, exception, codes, code_count, host_priv->exc_actions,… in thread_raise_exception()
|
| H A D | task.c | 419 extern kern_return_t exception_deliver(thread_t, exception_type_t, mach_exception_data_t, mach_msg_…
|