Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dexc_helpers.h50 typedef size_t (*exc_handler_callback_t)(mach_port_t task, mach_port_t thread, typedef
84 run_exception_handler(mach_port_t exc_port, exc_handler_callback_t callback);
98 repeat_exception_handler(mach_port_t exc_port, exc_handler_callback_t callback);
H A Dexc_helpers.c107 static exc_handler_callback_t exc_handler_callback;
383 exc_handler_callback = (exc_handler_callback_t)callback; in _run_exception_handler()
410 run_exception_handler(mach_port_t exc_port, exc_handler_callback_t callback) in run_exception_handler()
429 repeat_exception_handler(mach_port_t exc_port, exc_handler_callback_t callback) in repeat_exception_handler()