Home
last modified time | relevance | path

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

/xnu-8796.121.2/tests/
H A Dexc_helpers.h52 typedef size_t (*exc_handler_protected_callback_t)(task_id_token_t token, uint64_t thread_d, typedef
H A Dexc_helpers.c108 static exc_handler_protected_callback_t exc_handler_protected_callback;
345 exc_handler_protected_callback = (exc_handler_protected_callback_t)callback; in _run_exception_handler()