Lines Matching defs:other_threads
217 kmp_info_t **other_threads = team->t.t_threads;
219 KMP_DEBUG_ASSERT(other_threads[thr]);
220 int gtid = other_threads[thr]->th.th_info.ds.ds_gtid;
232 kmp_info_t **other_threads;
239 other_threads = team->t.t_threads;
305 other_threads[thr]->th.th_local.reduce_data);
355 other_threads[thr]->th.th_local.reduce_data);
562 kmp_info_t **other_threads = team->t.t_threads;
568 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]);
590 kmp_flag_64<> flag(&thr_bar->b_arrived, other_threads[0]);
604 KMP_CACHE_PREFETCH(&other_threads[i + 1]->th.th_bar[bt].bb.b_arrived);
610 &other_threads[i]->th.th_bar[bt].bb.b_arrived, new_state));
615 &other_threads[i]->th.th_bar[bt].bb.b_arrived, new_state);
619 kmp_flag_64<> flag(&other_threads[i]->th.th_bar[bt].bb.b_arrived,
628 this_thr->th.th_bar_min_time, other_threads[i]->th.th_bar_min_time);
639 other_threads[i]->th.th_local.reduce_data);
668 kmp_info_t **other_threads;
672 other_threads = team->t.t_threads;
700 KMP_CACHE_PREFETCH(&other_threads[i + 1]->th.th_bar[bt].bb.b_go);
706 gtid, team->t.t_id, tid, other_threads[i]->th.th_info.ds.ds_gtid,
707 team->t.t_id, i, &other_threads[i]->th.th_bar[bt].bb.b_go,
708 other_threads[i]->th.th_bar[bt].bb.b_go,
709 other_threads[i]->th.th_bar[bt].bb.b_go + KMP_BARRIER_STATE_BUMP));
710 kmp_flag_64<> flag(&other_threads[i]->th.th_bar[bt].bb.b_go,
711 other_threads[i]);
800 kmp_info_t **other_threads = team->t.t_threads;
811 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]);
828 kmp_info_t *child_thr = other_threads[child_tid];
834 &other_threads[child_tid + 1]->th.th_bar[bt].bb.b_arrived);
882 kmp_flag_64<> flag(&thr_bar->b_arrived, other_threads[parent_tid]);
962 kmp_info_t **other_threads = team->t.t_threads;
966 kmp_info_t *child_thr = other_threads[child_tid];
972 &other_threads[child_tid + 1]->th.th_bar[bt].bb.b_go);
1012 kmp_info_t **other_threads = team->t.t_threads;
1024 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]);
1056 p_flag.set_waiter(other_threads[parent_tid]);
1067 kmp_info_t *child_thr = other_threads[child_tid];
1074 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_arrived);
1131 kmp_info_t **other_threads;
1194 other_threads = team->t.t_threads;
1233 kmp_info_t *child_thr = other_threads[child_tid];
1244 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_go);
1364 kmp_info_t **other_threads = team->t.t_threads;
1368 if (other_threads[0]
1380 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]);
1420 other_threads[child_tid]->th.th_local.reduce_data);
1435 kmp_info_t *child_thr = other_threads[child_tid];
1464 kmp_info_t *child_thr = other_threads[child_tid];
1503 other_threads[thr_bar->parent_tid]);
1510 flag.set_waiter(other_threads[thr_bar->parent_tid]);
1955 kmp_info_t **other_threads = team->t.t_threads;
1977 delta += (cur_time - other_threads[i]->th.th_bar_arrive_time);
1978 other_threads[i]->th.th_bar_arrive_time = 0;
2360 kmp_info_t **other_threads = team->t.t_threads;
2378 delta += (cur_time - other_threads[i]->th.th_bar_arrive_time);
2379 other_threads[i]->th.th_bar_arrive_time = 0;
2442 kmp_info_t **other_threads = team->t.t_threads;
2452 gtid, team->t.t_id, other_threads[i]->th.th_info.ds.ds_gtid,
2453 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid,
2454 other_threads[i]->th.th_bar[bs_forkjoin_barrier].bb.b_go));
2456 (TCR_4(other_threads[i]->th.th_bar[bs_forkjoin_barrier].bb.b_go) &
2458 KMP_DEBUG_ASSERT(other_threads[i]->th.th_team == team);