Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp2284 void __kmp_free_fast_memory(kmp_info_t *th) { in __kmp_free_fast_memory() function
H A Dkmp.h3771 extern void __kmp_free_fast_memory(kmp_info_t *this_thr);
H A Dkmp_runtime.cpp6239 __kmp_free_fast_memory(thread); in __kmp_reap_thread()