Home
last modified time | relevance | path

Searched refs:__kmp_thread_pool (Results 1 – 6 of 6) sorted by relevance

/llvm-project/openmp/runtime/src/
H A Dexports_so.txt53 __kmp_thread_pool;
H A Dkmp_global.cpp458 volatile kmp_info_t *__kmp_thread_pool = NULL; variable
H A Dkmp_runtime.cpp3613 // Print out __kmp_thread_pool and __kmp_team_pool. in __kmp_print_structure()
3617 CCAST(kmp_info_t *, __kmp_thread_pool)); in __kmp_print_structure()
4180 // We canot put root thread to __kmp_thread_pool, so we have to reap it in __kmp_reset_root()
4439 if (__kmp_thread_pool && !KMP_HIDDEN_HELPER_TEAM(team)) { in __kmp_allocate_thread()
4440 new_thr = CCAST(kmp_info_t *, __kmp_thread_pool); in __kmp_allocate_thread()
4441 __kmp_thread_pool = (volatile kmp_info_t *)new_thr->th.th_next_pool; in __kmp_allocate_thread()
5867 // Now, we always keep the free list (__kmp_thread_pool) sorted by gtid.
5948 KMP_DEBUG_ASSERT(__kmp_thread_pool != NULL); in __kmp_free_thread()
5956 // __kmp_thread_pool itself. in __kmp_free_thread()
5962 scan = CCAST(kmp_info_t **, &__kmp_thread_pool); in __kmp_free_thread()
[all...]
H A Dz_Linux_util.cpp1354 __kmp_thread_pool = NULL; in __kmp_atfork_child()
H A Dkmp.h3595 extern volatile kmp_info_t *__kmp_thread_pool;
H A Dkmp_tasking.cpp4121 for (thread = CCAST(kmp_info_t *, __kmp_thread_pool); thread != NULL;