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

References

projects/openmp/runtime/src/kmp_barrier.cpp
  813     thr_bar->parent_tid = -1; // default for master
  821           thr_bar->parent_tid = 0;
  827           thr_bar->parent_tid = tid - rem;
  834     thr_bar->offset = 7 - (tid - thr_bar->parent_tid - 1);
  839         &team->t.t_threads[thr_bar->parent_tid]->th.th_bar[bt].bb;
  844         &team->t.t_threads[thr_bar->parent_tid]->th.th_bar[bt].bb;
 1016       kmp_flag_64 flag(&thr_bar->b_arrived, other_threads[thr_bar->parent_tid]);
 1022       flag.set_waiter(other_threads[thr_bar->parent_tid]);