Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h4131 extern void __kmp_free_implicit_task(kmp_info_t *this_thr);
H A Dkmp_runtime.cpp5941 __kmp_free_implicit_task(this_th); in __kmp_free_thread()
6235 __kmp_free_implicit_task(thread); in __kmp_reap_thread()
H A Dkmp_tasking.cpp1425 void __kmp_free_implicit_task(kmp_info_t *thread) { function