Lines Matching refs:__kmp_thread_pool
3520 CCAST(kmp_info_t *, __kmp_thread_pool)); in __kmp_print_structure()
4350 if (__kmp_thread_pool) { in __kmp_allocate_thread()
4351 new_thr = CCAST(kmp_info_t *, __kmp_thread_pool); in __kmp_allocate_thread()
4352 __kmp_thread_pool = (volatile kmp_info_t *)new_thr->th.th_next_pool; in __kmp_allocate_thread()
5892 KMP_DEBUG_ASSERT(__kmp_thread_pool != NULL); in __kmp_free_thread()
5906 scan = CCAST(kmp_info_t **, &__kmp_thread_pool); in __kmp_free_thread()
6336 while (__kmp_thread_pool != NULL) { // Loop thru all the thread in the pool. in __kmp_internal_end()
6338 kmp_info_t *thread = CCAST(kmp_info_t *, __kmp_thread_pool); in __kmp_internal_end()
6339 __kmp_thread_pool = thread->th.th_next_pool; in __kmp_internal_end()
7155 KMP_DEBUG_ASSERT(__kmp_thread_pool == NULL); in __kmp_do_serial_initialize()
7158 __kmp_thread_pool = NULL; in __kmp_do_serial_initialize()