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

References

projects/openmp/runtime/src/kmp_barrier.cpp
  250     TCW_4(thr_bar->b_go, KMP_INIT_BARRIER_STATE);
  448     TCW_4(thr_bar->b_go, KMP_INIT_BARRIER_STATE);
  692     TCW_4(thr_bar->b_go, KMP_INIT_BARRIER_STATE);
 1064             KMP_INIT_BARRIER_STATE); // Reset my b_go flag for next time
 1076               KMP_INIT_BARRIER_STATE); // Reset my b_go flag for next time
 1183             KMP_INIT_BARRIER_STATE); // Reset my b_go flag for next time
projects/openmp/runtime/src/kmp_runtime.cpp
 3760       root_thread->th.th_bar[b].bb.b_arrived = KMP_INIT_BARRIER_STATE;
 4350     balign[b].bb.b_go = KMP_INIT_BARRIER_STATE;
 5262           team->t.t_bar[b].b_arrived = KMP_INIT_BARRIER_STATE;
 5327       team->t.t_bar[b].b_arrived = KMP_INIT_BARRIER_STATE;