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