Lines Matching refs:ds_tid
568 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
811 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_tree_barrier_gather()
1024 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hyper_barrier_gather()
1380 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_hierarchical_barrier_gather()
2227 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_join_barrier() local
2228 if (KMP_MASTER_TID(ds_tid) && in __kmp_join_barrier()
2248 if (!KMP_MASTER_TID(ds_tid)) in __kmp_join_barrier()
2453 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid, in __kmp_fork_barrier()
2517 int ds_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_fork_barrier() local
2524 if (KMP_MASTER_TID(ds_tid) && in __kmp_fork_barrier()
2540 if (!KMP_MASTER_TID(ds_tid) && ompt_enabled.ompt_callback_implicit_task) { in __kmp_fork_barrier()
2542 ompt_scope_end, NULL, task_data, 0, ds_tid, in __kmp_fork_barrier()