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

References

projects/openmp/runtime/src/kmp_threadprivate.cpp
  649         tp_cache_addr->compiler_cache = cache;
  654         tp_cache_addr->compiler_cache = cache;
  706       tp_cache_addr->compiler_cache = ptr->compiler_cache;
  706       tp_cache_addr->compiler_cache = ptr->compiler_cache;
  719       (void)KMP_COMPARE_AND_STORE_PTR(tp_cache_addr->compiler_cache, old_cache,
  788     if (*ptr->compiler_cache)
  789       *ptr->compiler_cache = NULL;
  790     ptr->compiler_cache = NULL;