Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_threadprivate.cpp632 kmp_cached_addr_t *tp_cache_addr; in __kmpc_threadprivate_cached() local
634 tp_cache_addr = __kmp_find_cache(data); in __kmpc_threadprivate_cached()
648 tp_cache_addr->addr = my_cache; in __kmpc_threadprivate_cached()
649 tp_cache_addr->data = data; in __kmpc_threadprivate_cached()
650 tp_cache_addr->compiler_cache = cache; in __kmpc_threadprivate_cached()
654 my_cache = tp_cache_addr->addr; in __kmpc_threadprivate_cached()
655 tp_cache_addr->compiler_cache = cache; in __kmpc_threadprivate_cached()
703 kmp_cached_addr_t *tp_cache_addr; in __kmp_threadprivate_resize_cache() local
705 tp_cache_addr->addr = my_cache; in __kmp_threadprivate_resize_cache()
706 tp_cache_addr->data = ptr->data; in __kmp_threadprivate_resize_cache()
[all …]