Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_threadprivate.cpp630 kmp_cached_addr_t *tp_cache_addr; in __kmpc_threadprivate_cached() local
632 tp_cache_addr = __kmp_find_cache(data); in __kmpc_threadprivate_cached()
646 tp_cache_addr->addr = my_cache; in __kmpc_threadprivate_cached()
647 tp_cache_addr->data = data; in __kmpc_threadprivate_cached()
648 tp_cache_addr->compiler_cache = cache; in __kmpc_threadprivate_cached()
652 my_cache = tp_cache_addr->addr; in __kmpc_threadprivate_cached()
653 tp_cache_addr->compiler_cache = cache; in __kmpc_threadprivate_cached()
701 kmp_cached_addr_t *tp_cache_addr; in __kmp_threadprivate_resize_cache() local
703 tp_cache_addr->addr = my_cache; in __kmp_threadprivate_resize_cache()
704 tp_cache_addr->data = ptr->data; in __kmp_threadprivate_resize_cache()
[all …]