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

References

projects/openmp/runtime/src/kmp_barrier.cpp
  865   kmp_team_t *team = this_thr->th.th_team;
  866   kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb;
  867   kmp_uint32 nproc = this_thr->th.th_team_nproc;
  874     if (this_thr->th.th_teams_size.nteams > 1)
  889     this_thr->th.th_bar_arrive_time = __itt_get_timestamp();
  912         flag.wait(this_thr, FALSE USE_ITT_BUILD_ARG(itt_sync_obj));
  923             (*reduce)(this_thr->th.th_local.reduce_data,
  949           flag.wait(this_thr, FALSE USE_ITT_BUILD_ARG(itt_sync_obj));
  958             (*reduce)(this_thr->th.th_local.reduce_data,
  982           flag.wait(this_thr, FALSE USE_ITT_BUILD_ARG(itt_sync_obj));
  991             (*reduce)(this_thr->th.th_local.reduce_data,