Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp2873 pthread_mutex_t hidden_helper_threads_initz_lock; variable
2909 status = pthread_mutex_init(&hidden_helper_threads_initz_lock, nullptr); in __kmp_do_initialize_hidden_helper_threads()
2937 int status = pthread_mutex_lock(&hidden_helper_threads_initz_lock); in __kmp_hidden_helper_threads_initz_wait()
2942 &hidden_helper_threads_initz_lock); in __kmp_hidden_helper_threads_initz_wait()
2946 status = pthread_mutex_unlock(&hidden_helper_threads_initz_lock); in __kmp_hidden_helper_threads_initz_wait()
2952 int status = pthread_mutex_lock(&hidden_helper_threads_initz_lock); in __kmp_hidden_helper_initz_release()
2960 status = pthread_mutex_unlock(&hidden_helper_threads_initz_lock); in __kmp_hidden_helper_initz_release()