Home
last modified time | relevance | path

Searched refs:__itt_error_system (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Dittnotify_config.h228 __itt_report_error(__itt_error_system, "pthread_mutexattr_init", \
233 __itt_report_error(__itt_error_system, "pthread_mutexattr_settype", \
237 __itt_report_error(__itt_error_system, "pthread_mutex_init", \
241 __itt_report_error(__itt_error_system, "pthread_mutexattr_destroy", \
/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h297 __itt_report_error(__itt_error_system, "pthread_mutexattr_init", \
302 __itt_report_error(__itt_error_system, "pthread_mutexattr_settype", \
306 __itt_report_error(__itt_error_system, "pthread_mutex_init", \
310 __itt_report_error(__itt_error_system, "pthread_mutexattr_destroy", \
H A Dittnotify.h4830 __itt_error_system = enumerator
/llvm-project/openmp/runtime/src/
H A Dkmp_itt.cpp143 case __itt_error_system: { in __itt_error_handler()