Searched refs:__kmp_tp_cached_lock (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp458 KMP_BOOTSTRAP_LOCK_INIT(__kmp_tp_cached_lock);
478 KMP_BOOTSTRAP_LOCK_INIT(__kmp_tp_cached_lock); variable
H A Dkmp_threadprivate.cpp628 __kmp_acquire_bootstrap_lock(&__kmp_tp_cached_lock);
659 __kmp_release_bootstrap_lock(&__kmp_tp_cached_lock);
678 // This function should only be called when both __kmp_tp_cached_lock and
H A Dkmp_runtime.cpp3467 __kmpc_threadprivate_cached is done using __kmp_tp_cached_lock.
3549 __kmp_acquire_bootstrap_lock(&__kmp_tp_cached_lock);
3555 __kmp_release_bootstrap_lock(&__kmp_tp_cached_lock);
6508 __kmp_init_bootstrap_lock(&__kmp_tp_cached_lock);
H A Dkmp.h2857 __kmp_tp_cached_lock; /* used for the hack to allow threadprivate cache and

Completed in 108 milliseconds