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.cpp2883 pthread_mutex_t hidden_helper_main_thread_lock; variable
2915 status = pthread_mutex_init(&hidden_helper_main_thread_lock, nullptr); in __kmp_do_initialize_hidden_helper_threads()
2967 int status = pthread_mutex_lock(&hidden_helper_main_thread_lock); in __kmp_hidden_helper_main_thread_wait()
2972 &hidden_helper_main_thread_lock); in __kmp_hidden_helper_main_thread_wait()
2976 status = pthread_mutex_unlock(&hidden_helper_main_thread_lock); in __kmp_hidden_helper_main_thread_wait()
2983 int status = pthread_mutex_lock(&hidden_helper_main_thread_lock); in __kmp_hidden_helper_main_thread_release()
2992 status = pthread_mutex_unlock(&hidden_helper_main_thread_lock); in __kmp_hidden_helper_main_thread_release()