Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp2894 pthread_mutex_t hidden_helper_main_thread_lock; variable
2926 status = pthread_mutex_init(&hidden_helper_main_thread_lock, nullptr); in __kmp_do_initialize_hidden_helper_threads()
2978 int status = pthread_mutex_lock(&hidden_helper_main_thread_lock); in __kmp_hidden_helper_main_thread_wait()
2983 &hidden_helper_main_thread_lock); in __kmp_hidden_helper_main_thread_wait()
2987 status = pthread_mutex_unlock(&hidden_helper_main_thread_lock); in __kmp_hidden_helper_main_thread_wait()
2994 int status = pthread_mutex_lock(&hidden_helper_main_thread_lock); in __kmp_hidden_helper_main_thread_release()
3003 status = pthread_mutex_unlock(&hidden_helper_main_thread_lock); in __kmp_hidden_helper_main_thread_release()