Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/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.cpp3611 CCAST(kmp_info_t *, __kmp_thread_pool)); in __kmp_print_structure()
4441 if (__kmp_thread_pool) { in __kmp_allocate_thread()
4442 new_thr = CCAST(kmp_info_t *, __kmp_thread_pool); in __kmp_allocate_thread()
4443 __kmp_thread_pool = (volatile kmp_info_t *)new_thr->th.th_next_pool; in __kmp_allocate_thread()
5928 KMP_DEBUG_ASSERT(__kmp_thread_pool != NULL); in __kmp_free_thread()
5942 scan = CCAST(kmp_info_t **, &__kmp_thread_pool); in __kmp_free_thread()
6371 while (__kmp_thread_pool != NULL) { // Loop thru all the thread in the pool. in __kmp_internal_end()
6373 kmp_info_t *thread = CCAST(kmp_info_t *, __kmp_thread_pool); in __kmp_internal_end()
6374 __kmp_thread_pool = thread->th.th_next_pool; in __kmp_internal_end()
7288 KMP_DEBUG_ASSERT(__kmp_thread_pool == NULL); in __kmp_do_serial_initialize()
[all …]
H A Dz_Linux_util.cpp1310 __kmp_thread_pool = NULL; in __kmp_atfork_child()
H A Dkmp.h3579 extern volatile kmp_info_t *__kmp_thread_pool;
H A Dkmp_tasking.cpp4071 for (thread = CCAST(kmp_info_t *, __kmp_thread_pool); thread != NULL;