Searched refs:KMP_SYSFAIL (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_i18n.h | 147 #define KMP_SYSFAIL(func, error) \ macro 155 KMP_SYSFAIL(func, error); \ 164 KMP_SYSFAIL(func, error); \
|
D | z_Linux_util.cpp | 719 KMP_SYSFAIL("pthread_cond_timedwait", status); in __kmp_launch_monitor() 881 KMP_SYSFAIL("pthread_create", status); in __kmp_create_worker() 1012 KMP_SYSFAIL("pthread_create", status); in __kmp_create_monitor() 1422 KMP_SYSFAIL("pthread_cond_destroy", status); in __kmp_suspend_uninitialize_thread() 1426 KMP_SYSFAIL("pthread_mutex_destroy", status); in __kmp_suspend_uninitialize_thread() 1540 KMP_SYSFAIL("pthread_cond_wait", status); in __kmp_suspend_template() 1935 KMP_SYSFAIL("pthread_mutex_destroy", status); in __kmp_runtime_destroy() 1939 KMP_SYSFAIL("pthread_cond_destroy", status); in __kmp_runtime_destroy()
|