Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_threadprivate.cpp650 tp_cache_addr->compiler_cache = cache; in __kmpc_threadprivate_cached()
655 tp_cache_addr->compiler_cache = cache; in __kmpc_threadprivate_cached()
707 tp_cache_addr->compiler_cache = ptr->compiler_cache; in __kmp_threadprivate_resize_cache()
720 (void)KMP_COMPARE_AND_STORE_PTR(tp_cache_addr->compiler_cache, old_cache, in __kmp_threadprivate_resize_cache()
789 if (*ptr->compiler_cache) in __kmp_cleanup_threadprivate_caches()
790 *ptr->compiler_cache = NULL; in __kmp_cleanup_threadprivate_caches()
791 ptr->compiler_cache = NULL; in __kmp_cleanup_threadprivate_caches()
H A Dkmp.h1484 void ***compiler_cache; /* pointer to compiler's cache */ member