Searched refs:r_uber_thread (Results 1 – 5 of 5) sorted by relevance
147 offset_and_size_t r_uber_thread; // root thread member
3731 if (root->r.r_uber_thread) { in __kmp_register_root()3732 root_thread = root->r.r_uber_thread; in __kmp_register_root()3780 root->r.r_uber_thread = root_thread; in __kmp_register_root()3943 (LPVOID) & (root->r.r_uber_thread->th), in __kmp_reset_root()3970 i = root->r.r_uber_thread->th.th_cg_roots->cg_nthreads--; in __kmp_reset_root()3973 root->r.r_uber_thread, root->r.r_uber_thread->th.th_cg_roots, in __kmp_reset_root()3977 KMP_DEBUG_ASSERT(root->r.r_uber_thread == in __kmp_reset_root()3980 __kmp_free(root->r.r_uber_thread->th.th_cg_roots); in __kmp_reset_root()3981 root->r.r_uber_thread->th.th_cg_roots = NULL; in __kmp_reset_root()3983 __kmp_reap_thread(root->r.r_uber_thread, 1); in __kmp_reset_root()[all …]
142 KMP_DEBUG_ASSERT(__kmp_root[gtid]->r.r_uber_thread); in __kmp_common_initialize()145 !__kmp_root[gtid]->r.r_uber_thread->th.th_pri_common->data[q]); in __kmp_common_initialize()
143 offset_and_size_of(kmp_base_root_t, r_uber_thread),
2871 kmp_info_t *r_uber_thread; member3198 __kmp_threads[gtid] == __kmp_root[gtid]->r.r_uber_thread); in KMP_UBER_GTID()3502 if (r->r.r_uber_thread == __kmp_threads[gtid] && !r->r.r_affinity_assigned) { in __kmp_assign_root_init_mask()