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

References

projects/openmp/runtime/src/kmp_threadprivate.cpp
  624   if (TCR_PTR(*cache) == 0) {
  627     if (TCR_PTR(*cache) == 0) {
  649         tp_cache_addr->compiler_cache = cache;
  654         tp_cache_addr->compiler_cache = cache;
  658       TCW_PTR(*cache, my_cache);
  667   if ((ret = TCR_PTR((*cache)[global_tid])) == 0) {
  670     TCW_PTR((*cache)[global_tid], ret);