reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_barrier.cpp
   52   kmp_team_t *team = this_thr->th.th_team;
   53   kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb;
   65     this_thr->th.th_bar_arrive_time = this_thr->th.th_bar_min_time =
   65     this_thr->th.th_bar_arrive_time = this_thr->th.th_bar_min_time =
   87     int nproc = this_thr->th.th_team_nproc;
  110             this_thr, FALSE USE_ITT_BUILD_ARG(itt_sync_obj));
  114         flag.wait(this_thr, FALSE USE_ITT_BUILD_ARG(itt_sync_obj));
  121         this_thr->th.th_bar_min_time = KMP_MIN(
  122             this_thr->th.th_bar_min_time, other_threads[i]->th.th_bar_min_time);
  131         (*reduce)(this_thr->th.th_local.reduce_data,