Searched refs:th_root (Results 1 – 9 of 9) sorted by relevance
97 offset_and_size_t th_root; // root for this thread member
302 __kmp_threads[gtid]->th.th_root->r.r_active == 0); in kmp_threadprivate_insert_private_data()551 if (!__kmp_threads[global_tid]->th.th_root->r.r_active && !__kmp_foreign_tp) { in __kmpc_threadprivate()
93 offset_and_size_of(kmp_base_info_t, th_root),
672 if (__kmp_threads[gtid]->th.th_root->r.r_active) in __kmp_parallel_deo()698 if (__kmp_threads[gtid]->th.th_root->r.r_active) in __kmp_parallel_dxo()1220 __kmp_allocate_team(this_thr->th.th_root, 1, 1, in __kmp_serialized_parallel()1446 root = master_th->th.th_root; in __kmp_fork_call()2307 root = master_th->th.th_root; in __kmp_join_call()2647 root = thread->th.th_root; in __kmp_set_num_threads()3351 __kmp_printf(" Our Root: %p\n", thread->th.th_root); in __kmp_print_structure()3707 root_thread->th.th_root = root; in __kmp_register_root()3968 KMP_ASSERT(root == __kmp_threads[gtid]->th.th_root); in __kmp_unregister_root_current_thread()4006 KMP_ASSERT(root == __kmp_threads[gtid]->th.th_root); in __kmp_unregister_root_other_thread()[all …]
657 return (th->th.th_root->r.r_in_parallel ? FTN_TRUE : FTN_FALSE); in KMP_EXPAND_NAME()
218 return __kmp_entry_thread()->th.th_root->r.r_active; in __kmpc_in_parallel()515 KMP_DEBUG_ASSERT(serial_team != this_thr->th.th_root->r.r_root_team); in __kmpc_end_serialized_parallel()
1710 KMP_DEBUG_ASSERT(TCR_PTR(this_thr->th.th_root)); in __kmp_join_barrier()
49 if (th->th.th_root->r.r_active && in __kmp_dispatch_deo_error()
2513 kmp_root_p *th_root; /* pointer to root of task hierarchy */ member