Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_threadprivate.cpp629 void **my_cache; in __kmpc_threadprivate_cached() local
635 KMP_ITT_IGNORE(my_cache = (void **)__kmp_allocate( in __kmpc_threadprivate_cached()
641 global_tid, my_cache)); in __kmpc_threadprivate_cached()
645 tp_cache_addr = (kmp_cached_addr_t *)&my_cache[__kmp_tp_capacity]; 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()
[all …]