Searched refs:th_next_pool (Results 1 – 3 of 3) sorted by relevance
3362 thread->th.th_next_pool); in __kmp_print_structure()4170 this_thr->th.th_next_pool = NULL; in __kmp_initialize_info()4210 __kmp_thread_pool = (volatile kmp_info_t *)new_thr->th.th_next_pool; in __kmp_allocate_thread()5656 scan = &(__kmp_thread_pool_insert_pt->th.th_next_pool); in __kmp_free_thread()5661 scan = &((*scan)->th.th_next_pool)) in __kmp_free_thread()5666 TCW_PTR(this_th->th.th_next_pool, *scan); in __kmp_free_thread()5668 KMP_DEBUG_ASSERT((this_th->th.th_next_pool == NULL) || in __kmp_free_thread()5670 this_th->th.th_next_pool->th.th_info.ds.ds_gtid)); in __kmp_free_thread()6046 __kmp_thread_pool = thread->th.th_next_pool; in __kmp_internal_end()6049 thread->th.th_next_pool = NULL; in __kmp_internal_end()
2514 kmp_info_p *th_next_pool; /* next available thread in the pool */ member
3460 thread = thread->th.th_next_pool) { in __kmp_wait_to_unref_task_teams()