Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_threadprivate.cpp648 tp_cache_addr->compiler_cache = cache; in __kmpc_threadprivate_cached()
653 tp_cache_addr->compiler_cache = cache; in __kmpc_threadprivate_cached()
705 tp_cache_addr->compiler_cache = ptr->compiler_cache; in __kmp_threadprivate_resize_cache()
718 (void)KMP_COMPARE_AND_STORE_PTR(tp_cache_addr->compiler_cache, old_cache, in __kmp_threadprivate_resize_cache()
787 if (*ptr->compiler_cache) in __kmp_cleanup_threadprivate_caches()
788 *ptr->compiler_cache = NULL; in __kmp_cleanup_threadprivate_caches()
789 ptr->compiler_cache = NULL; in __kmp_cleanup_threadprivate_caches()
H A Dkmp.h1807 void ***compiler_cache; /* pointer to compiler's cache */ member