Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_alloc.cpp2104 void __kmp_free_fast_memory(kmp_info_t *th) { in __kmp_free_fast_memory() function
Dkmp.h3282 extern void __kmp_free_fast_memory(kmp_info_t *this_thr);
Dkmp_runtime.cpp5916 __kmp_free_fast_memory(thread); in __kmp_reap_thread()