Searched refs:__kmp_root (Results 1 – 5 of 5) sorted by relevance
141 if (__kmp_root[gtid]) { in __kmp_common_initialize()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()
3434 if (__kmp_root != NULL) { in __kmp_print_structure()3474 if (__kmp_root != NULL) { in __kmp_print_structure()3585 !__kmp_root[i] in __kmp_reclaim_dead_roots()3675 KMP_MEMCPY(newRoot, __kmp_root, in __kmp_expand_threads()3814 if (!(root = __kmp_root[gtid])) { in __kmp_register_root()6293 if (__kmp_root[i]) in __kmp_internal_end()6324 if (__kmp_root[i]) { in __kmp_internal_end()8110 if (__kmp_root[f] != NULL) { in __kmp_cleanup()8111 __kmp_free(__kmp_root[f]); in __kmp_cleanup()8112 __kmp_root[f] = NULL; in __kmp_cleanup()[all …]
70 addr_and_size_of(__kmp_root),
452 kmp_root_t **__kmp_root = NULL; variable
3301 extern kmp_root_t **__kmp_root; /* root of thread hierarchy */3320 return (gtid >= 0 && __kmp_root[gtid] && __kmp_threads[gtid] && in KMP_UBER_GTID()3321 __kmp_threads[gtid] == __kmp_root[gtid]->r.r_uber_thread); in KMP_UBER_GTID()