Searched refs:__kmp_thread_pool (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp425 volatile kmp_info_t *__kmp_thread_pool = NULL; variable
H A Dkmp_runtime.cpp3379 // Print out __kmp_thread_pool and __kmp_team_pool.
3383 CCAST(kmp_info_t *, __kmp_thread_pool));
3904 // We canot put root thread to __kmp_thread_pool, so we have to reap it
4176 if (__kmp_thread_pool) {
4177 new_thr = CCAST(kmp_info_t *, __kmp_thread_pool);
4178 __kmp_thread_pool = (volatile kmp_info_t *)new_thr->th.th_next_pool;
5495 // Now, we always keep the free list (__kmp_thread_pool) sorted by gtid.
5576 KMP_DEBUG_ASSERT(__kmp_thread_pool != NULL);
5584 // __kmp_thread_pool itself.
5590 scan = CCAST(kmp_info_t **, &__kmp_thread_pool);
[all...]
H A Dz_Linux_util.cpp1325 __kmp_thread_pool = NULL;
H A Dkmp.h3027 extern volatile kmp_info_t *__kmp_thread_pool;
H A Dkmp_tasking.cpp3405 for (thread = CCAST(kmp_info_t *, __kmp_thread_pool); thread != NULL;

Completed in 88 milliseconds