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

References

projects/openmp/runtime/src/kmp_barrier.cpp
  915           for (child_tid = tid + 1; child_tid <= tid + thr_bar->leaf_kids;
  915           for (child_tid = tid + 1; child_tid <= tid + thr_bar->leaf_kids;
  916                ++child_tid) {
  924                       other_threads[child_tid]->th.th_local.reduce_data);
  939         for (child_tid = tid + skip; child_tid < (int)last; child_tid += skip) {
  939         for (child_tid = tid + skip; child_tid < (int)last; child_tid += skip) {
  939         for (child_tid = tid + skip; child_tid < (int)last; child_tid += skip) {
  940           kmp_info_t *child_thr = other_threads[child_tid];
  972         for (child_tid = tid + skip; child_tid < (int)last; child_tid += skip) {
  972         for (child_tid = tid + skip; child_tid < (int)last; child_tid += skip) {
  972         for (child_tid = tid + skip; child_tid < (int)last; child_tid += skip) {
  973           kmp_info_t *child_thr = other_threads[child_tid];