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);
563 kmp_info_t **other_threads = team->t.t_threads;
569 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]);
591 kmp_flag_64<> flag(&thr_bar->b_arrived, other_threads[0]);
605 KMP_CACHE_PREFETCH(&other_threads[i + 1]->th.th_bar[bt].bb.b_arrived);
611 &other_threads[i]->th.th_bar[bt].bb.b_arrived, new_state));
616 &other_threads[i]->th.th_bar[bt].bb.b_arrived, new_state);
620 kmp_flag_64<> flag(&other_threads[i]->th.th_bar[bt].bb.b_arrived,
629 this_thr->th.th_bar_min_time, other_threads[i]->th.th_bar_min_time);
640 other_threads[i]->th.th_local.reduce_data);
669 kmp_info_t **other_threads;
673 other_threads = team->t.t_threads;
701 KMP_CACHE_PREFETCH(&other_threads[i + 1]->th.th_bar[bt].bb.b_go);
707 gtid, team->t.t_id, tid, other_threads[i]->th.th_info.ds.ds_gtid,
708 team->t.t_id, i, &other_threads[i]->th.th_bar[bt].bb.b_go,
709 other_threads[i]->th.th_bar[bt].bb.b_go,
710 other_threads[i]->th.th_bar[bt].bb.b_go + KMP_BARRIER_STATE_BUMP));
711 kmp_flag_64<> flag(&other_threads[i]->th.th_bar[bt].bb.b_go,
712 other_threads[i]);
801 kmp_info_t **other_threads = team->t.t_threads;
812 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]);
829 kmp_info_t *child_thr = other_threads[child_tid];
835 &other_threads[child_tid + 1]->th.th_bar[bt].bb.b_arrived);
883 kmp_flag_64<> flag(&thr_bar->b_arrived, other_threads[parent_tid]);
963 kmp_info_t **other_threads = team->t.t_threads;
967 kmp_info_t *child_thr = other_threads[child_tid];
973 &other_threads[child_tid + 1]->th.th_bar[bt].bb.b_go);
1013 kmp_info_t **other_threads = team->t.t_threads;
1025 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]);
1057 p_flag.set_waiter(other_threads[parent_tid]);
1068 kmp_info_t *child_thr = other_threads[child_tid];
1075 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_arrived);
1132 kmp_info_t **other_threads;
1195 other_threads = team->t.t_threads;
1234 kmp_info_t *child_thr = other_threads[child_tid];
1245 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_go);
1365 kmp_info_t **other_threads = team->t.t_threads;
1369 if (other_threads[0]
1381 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]);
1421 other_threads[child_tid]->th.th_local.reduce_data);
1436 kmp_info_t *child_thr = other_threads[child_tid];
1465 kmp_info_t *child_thr = other_threads[child_tid];
1504 other_threads[thr_bar->parent_tid]);
1511 flag.set_waiter(other_threads[thr_bar->parent_tid]);
1956 kmp_info_t **other_threads = team->t.t_threads;
1978 delta += (cur_time - other_threads[i]->th.th_bar_arrive_time);
1979 other_threads[i]->th.th_bar_arrive_time = 0;
2361 kmp_info_t **other_threads = team->t.t_threads;
2379 delta += (cur_time - other_threads[i]->th.th_bar_arrive_time);
2380 other_threads[i]->th.th_bar_arrive_time = 0;
2443 kmp_info_t **other_threads = team->t.t_threads;
2453 gtid, team->t.t_id, other_threads[i]->th.th_info.ds.ds_gtid,
2454 team->t.t_id, other_threads[i]->th.th_info.ds.ds_tid,
2455 other_threads[i]->th.th_bar[bs_forkjoin_barrier].bb.b_go));
2457 (TCR_4(other_threads[i]->th.th_bar[bs_forkjoin_barrier].bb.b_go) &
2459 KMP_DEBUG_ASSERT(other_threads[i]->th.th_team == team);