reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3669 if (!(root = __kmp_root[gtid])) { 3670 root = __kmp_root[gtid] = (kmp_root_t *)__kmp_allocate(sizeof(kmp_root_t)); 3681 __kmp_initialize_root(root); 3684 if (root->r.r_uber_thread) { 3685 root_thread = root->r.r_uber_thread; 3695 root_thread->th.th_root = root; 3715 root, 1, 1, 3728 root->r.r_root_team->t.t_threads[0] = root_thread; 3729 root->r.r_hot_team->t.t_threads[0] = root_thread; 3733 root->r.r_uber_thread = root_thread; 3736 __kmp_initialize_info(root_thread, root->r.r_root_team, 0, gtid);