Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A 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 …]
/freebsd/contrib/dialog/
H A Dinputstr.c195 static CACHE my_cache; variable
197 #define load_cache(cache, string) &my_cache