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

References

projects/openmp/runtime/src/kmp_barrier.cpp
  704        offset < num_threads && (((tid >> level) & (branch_factor - 1)) == 0);
  721     for (child = (child < branch_factor - 1) ? child : branch_factor - 1,
  721     for (child = (child < branch_factor - 1) ? child : branch_factor - 1,