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

References

projects/openmp/runtime/src/kmp_barrier.cpp
  866   kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb;
  893   (void)__kmp_init_hierarchical_barrier_thread(bt, thr_bar, nproc, gtid, tid,
  899         (kmp_uint64)team->t.t_bar[bt].b_arrived + KMP_BARRIER_STATE_BUMP;
  907                 : team->t.t_bar[bt].b_arrived | thr_bar->leaf_state;
  941           kmp_bstate_t *child_bar = &child_thr->th.th_bar[bt].bb;
  974           kmp_bstate_t *child_bar = &child_thr->th.th_bar[bt].bb;
 1020       thr_bar->b_arrived = team->t.t_bar[bt].b_arrived + KMP_BARRIER_STATE_BUMP;
 1026     team->t.t_bar[bt].b_arrived = new_state;