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

References

projects/openmp/runtime/src/kmp_barrier.cpp
  854     thr_bar->leaf_state = 0;
  856       ((char *)&(thr_bar->leaf_state))[7 - i] = 1;
  906                 ? thr_bar->b_arrived | thr_bar->leaf_state
  907                 : team->t.t_bar[bt].b_arrived | thr_bar->leaf_state;
  930         KMP_TEST_THEN_AND64(&thr_bar->b_arrived, ~(thr_bar->leaf_state));
 1116   kmp_uint64 old_leaf_state = thr_bar->leaf_state;
 1214           thr_bar->b_go |= thr_bar->leaf_state;