Searched refs:error_handler (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_static.cpp | 329 ITT_EXTERN_C void _N_(error_handler)(__itt_error_code, va_list args); 344 if (_N_(_ittapi_global).error_handler != NULL) { in __itt_report_error() 346 (__itt_error_handler_t *)(size_t)_N_(_ittapi_global).error_handler; in __itt_report_error() 350 _N_(error_handler)((__itt_error_code)code, args); in __itt_report_error() 1506 (__itt_error_handler_t *)(size_t)_N_(_ittapi_global).error_handler; in _N_() 1507 _N_(_ittapi_global).error_handler = (void *)(size_t)handler; in _N_()
|
H A D | ittnotify_config.h | 472 void *error_handler; member
|
H A D | ittnotify.h | 4844 #define __itt_error_handler ITT_JOIN(INTEL_ITTNOTIFY_PREFIX, error_handler)
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | ittnotify_config.h |
|
/freebsd-src/contrib/wpa/src/drivers/ |
H A D | driver_nl80211.c | 350 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, in error_handler() 539 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in send_and_recv_msgs_connect_handle() 326 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, error_handler() function
|