Lines Matching refs:ds_tid
58 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
309 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
530 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hyper_barrier_gather()
891 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hierarchical_barrier_gather()
1722 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
1723 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
1739 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
1944 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
2003 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
2010 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
2025 if (!KMP_MASTER_TID(ds_tid) && ompt_enabled.ompt_callback_implicit_task) { in __kmp_fork_barrier()
2027 …ompt_scope_end, NULL, task_data, 0, ds_tid, ompt_task_implicit); // TODO: Can this be ompt_task_in… in __kmp_fork_barrier()