Searched refs:th_next_pool (Results 1 – 3 of 3) sorted by relevance
3567 thread->th.th_next_pool); in __kmp_print_structure()4419 this_thr->th.th_next_pool = NULL; in __kmp_initialize_info()4450 __kmp_thread_pool = (volatile kmp_info_t *)new_thr->th.th_next_pool; in __kmp_allocate_thread()5969 scan = &(__kmp_thread_pool_insert_pt->th.th_next_pool); in __kmp_free_thread()5974 scan = &((*scan)->th.th_next_pool)) in __kmp_free_thread()5979 TCW_PTR(this_th->th.th_next_pool, *scan); in __kmp_free_thread()5981 KMP_DEBUG_ASSERT((this_th->th.th_next_pool == NULL) || in __kmp_free_thread()5983 this_th->th.th_next_pool->th.th_info.ds.ds_gtid)); in __kmp_free_thread()6398 __kmp_thread_pool = thread->th.th_next_pool; in __kmp_internal_end()6401 thread->th.th_next_pool = NULL; in __kmp_internal_end()
2992 kmp_info_p *th_next_pool; /* next available thread in the pool */ member
4109 thread = thread->th.th_next_pool) {