Searched refs:th_next_pool (Results 1 – 3 of 3) sorted by relevance
3461 thread->th.th_next_pool); in __kmp_print_structure()4312 this_thr->th.th_next_pool = NULL; in __kmp_initialize_info()4352 __kmp_thread_pool = (volatile kmp_info_t *)new_thr->th.th_next_pool; in __kmp_allocate_thread()5904 scan = &(__kmp_thread_pool_insert_pt->th.th_next_pool); in __kmp_free_thread()5909 scan = &((*scan)->th.th_next_pool)) in __kmp_free_thread()5914 TCW_PTR(this_th->th.th_next_pool, *scan); in __kmp_free_thread()5916 KMP_DEBUG_ASSERT((this_th->th.th_next_pool == NULL) || in __kmp_free_thread()5918 this_th->th.th_next_pool->th.th_info.ds.ds_gtid)); in __kmp_free_thread()6339 __kmp_thread_pool = thread->th.th_next_pool; in __kmp_internal_end()6342 thread->th.th_next_pool = NULL; in __kmp_internal_end()
2657 kmp_info_p *th_next_pool; /* next available thread in the pool */ member
3867 thread = thread->th.th_next_pool) { in __kmp_wait_to_unref_task_teams()