Home
last modified time | relevance | path

Searched refs:old_cache (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_threadprivate.cpp695 void **old_cache = ptr->addr; in __kmp_threadprivate_resize_cache() local
697 my_cache[i] = old_cache[i]; in __kmp_threadprivate_resize_cache()
718 (void)KMP_COMPARE_AND_STORE_PTR(tp_cache_addr->compiler_cache, old_cache, in __kmp_threadprivate_resize_cache()