reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/openmp/runtime/src/kmp.h
 2857     __kmp_tp_cached_lock; /* used for the hack to allow threadprivate cache and

References

projects/openmp/runtime/src/kmp_runtime.cpp
 3575     __kmp_acquire_bootstrap_lock(&__kmp_tp_cached_lock);
 3581     __kmp_release_bootstrap_lock(&__kmp_tp_cached_lock);
 6540   __kmp_init_bootstrap_lock(&__kmp_tp_cached_lock);
projects/openmp/runtime/src/kmp_threadprivate.cpp
  628       __kmp_acquire_bootstrap_lock(&__kmp_tp_cached_lock);
  659       __kmp_release_bootstrap_lock(&__kmp_tp_cached_lock);