Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_threadprivate.cpp631 void **my_cache; in __kmpc_threadprivate_cached() local
643 global_tid, my_cache)); in __kmpc_threadprivate_cached()
648 tp_cache_addr->addr = my_cache; in __kmpc_threadprivate_cached()
654 my_cache = tp_cache_addr->addr; in __kmpc_threadprivate_cached()
659 TCW_PTR(*cache, my_cache); in __kmpc_threadprivate_cached()
689 void **my_cache; in __kmp_threadprivate_resize_cache() local
690 KMP_ITT_IGNORE(my_cache = in __kmp_threadprivate_resize_cache()
695 my_cache)); in __kmp_threadprivate_resize_cache()
699 my_cache[i] = old_cache[i]; in __kmp_threadprivate_resize_cache()
705 tp_cache_addr->addr = my_cache; in __kmp_threadprivate_resize_cache()
[all …]
/freebsd-12.1/contrib/dialog/
H A Dinputstr.c193 static CACHE my_cache; variable
195 #define load_cache(cache, string) &my_cache