Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dexports_so.txt55 __kmp_thread_pool;
Dkmp_global.cpp432 volatile kmp_info_t *__kmp_thread_pool = NULL; variable
Dkmp_runtime.cpp3421 CCAST(kmp_info_t *, __kmp_thread_pool)); in __kmp_print_structure()
4208 if (__kmp_thread_pool) { in __kmp_allocate_thread()
4209 new_thr = CCAST(kmp_info_t *, __kmp_thread_pool); in __kmp_allocate_thread()
4210 __kmp_thread_pool = (volatile kmp_info_t *)new_thr->th.th_next_pool; in __kmp_allocate_thread()
5644 KMP_DEBUG_ASSERT(__kmp_thread_pool != NULL); in __kmp_free_thread()
5658 scan = CCAST(kmp_info_t **, &__kmp_thread_pool); in __kmp_free_thread()
6043 while (__kmp_thread_pool != NULL) { // Loop thru all the thread in the pool. in __kmp_internal_end()
6045 kmp_info_t *thread = CCAST(kmp_info_t *, __kmp_thread_pool); in __kmp_internal_end()
6046 __kmp_thread_pool = thread->th.th_next_pool; in __kmp_internal_end()
6828 KMP_DEBUG_ASSERT(__kmp_thread_pool == NULL); in __kmp_do_serial_initialize()
[all …]
Dz_Linux_util.cpp1326 __kmp_thread_pool = NULL; in __kmp_atfork_child()
Dkmp.h3116 extern volatile kmp_info_t *__kmp_thread_pool;
Dkmp_tasking.cpp3459 for (thread = CCAST(kmp_info_t *, __kmp_thread_pool); thread != NULL; in __kmp_wait_to_unref_task_teams()