Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h229 __itt_report_error(__itt_error_system, "pthread_mutexattr_init", \
234 __itt_report_error(__itt_error_system, "pthread_mutexattr_settype", \
238 __itt_report_error(__itt_error_system, "pthread_mutex_init", \
242 __itt_report_error(__itt_error_system, "pthread_mutexattr_destroy", \
/freebsd-12.1/contrib/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h278 __itt_report_error(__itt_error_system, "pthread_mutexattr_init", \
283 __itt_report_error(__itt_error_system, "pthread_mutexattr_settype", \
287 __itt_report_error(__itt_error_system, "pthread_mutex_init", \
291 __itt_report_error(__itt_error_system, "pthread_mutexattr_destroy", \
H A Dittnotify.h4041 __itt_error_system = 6 /*!< pthread_mutexattr_init or pthread_mutex_init failed */ enumerator
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_itt.cpp147 case __itt_error_system: { in __itt_error_handler()