Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_threadprivate.cpp629 void **my_cache; in __kmpc_threadprivate_cached() local
641 global_tid, my_cache)); in __kmpc_threadprivate_cached()
646 tp_cache_addr->addr = my_cache; in __kmpc_threadprivate_cached()
652 my_cache = tp_cache_addr->addr; in __kmpc_threadprivate_cached()
657 TCW_PTR(*cache, my_cache); in __kmpc_threadprivate_cached()
687 void **my_cache; in __kmp_threadprivate_resize_cache() local
688 KMP_ITT_IGNORE(my_cache = in __kmp_threadprivate_resize_cache()
693 my_cache)); in __kmp_threadprivate_resize_cache()
697 my_cache[i] = old_cache[i]; in __kmp_threadprivate_resize_cache()
703 tp_cache_addr->addr = my_cache; in __kmp_threadprivate_resize_cache()
[all …]