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

References

projects/openmp/runtime/src/kmp_threadprivate.cpp
  686   while (ptr) {
  687     if (ptr->data) { // this location has an active cache; resize it
  696       void **old_cache = ptr->addr;
  705       tp_cache_addr->data = ptr->data;
  706       tp_cache_addr->compiler_cache = ptr->compiler_cache;
  729       ptr->data = NULL;
  731     ptr = ptr->next;
  731     ptr = ptr->next;