Searched refs:th_next_pool (Results 1 – 3 of 3) sorted by relevance
3558 thread->th.th_next_pool); in __kmp_print_structure()4410 this_thr->th.th_next_pool = NULL; in __kmp_initialize_info()4441 __kmp_thread_pool = (volatile kmp_info_t *)new_thr->th.th_next_pool; in __kmp_allocate_thread()5960 scan = &(__kmp_thread_pool_insert_pt->th.th_next_pool); in __kmp_free_thread()5965 scan = &((*scan)->th.th_next_pool)) in __kmp_free_thread()5970 TCW_PTR(this_th->th.th_next_pool, *scan); in __kmp_free_thread()5972 KMP_DEBUG_ASSERT((this_th->th.th_next_pool == NULL) || in __kmp_free_thread()5974 this_th->th.th_next_pool->th.th_info.ds.ds_gtid)); in __kmp_free_thread()6389 __kmp_thread_pool = thread->th.th_next_pool; in __kmp_internal_end()6392 thread->th.th_next_pool = NULL; in __kmp_internal_end()
2944 kmp_info_p *th_next_pool; /* next available thread in the pool */ member
4122 thread = thread->th.th_next_pool) {