Home
last modified time | relevance | path

Searched refs:error_handler (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp329 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 Dittnotify_config.h472 void *error_handler; member
H A Dittnotify.h4844 #define __itt_error_handler ITT_JOIN(INTEL_ITTNOTIFY_PREFIX, error_handler)
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h
/freebsd-src/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c350 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