Searched refs:__itt_error_handler_t (Results 1 – 2 of 2) sorted by relevance
345 __itt_error_handler_t *handler = in __itt_report_error()346 (__itt_error_handler_t *)(size_t)_N_(_ittapi_global).error_handler; in __itt_report_error()1503 ITT_EXTERN_C __itt_error_handler_t *1504 _N_(set_error_handler)(__itt_error_handler_t *handler) { in _N_()1505 __itt_error_handler_t *prev = in _N_()1506 (__itt_error_handler_t *)(size_t)_N_(_ittapi_global).error_handler; in _N_()
4835 typedef void(__itt_error_handler_t)(__itt_error_code code, va_list); typedef4836 __itt_error_handler_t *__itt_set_error_handler(__itt_error_handler_t *);