Searched refs:__itt_error_handler_t (Results 1 – 2 of 2) sorted by relevance
308 __itt_error_handler_t *handler = in __itt_report_error()309 (__itt_error_handler_t *)(size_t)_N_(_ittapi_global).error_handler; in __itt_report_error()1224 ITT_EXTERN_C __itt_error_handler_t *1225 _N_(set_error_handler)(__itt_error_handler_t *handler) { in _N_()1226 __itt_error_handler_t *prev = in _N_()1227 (__itt_error_handler_t *)(size_t)_N_(_ittapi_global).error_handler; in _N_()
4434 typedef void(__itt_error_handler_t)(__itt_error_code code, va_list); typedef4435 __itt_error_handler_t *__itt_set_error_handler(__itt_error_handler_t *);