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

References

projects/openmp/runtime/src/kmp_barrier.cpp
 1682   tid = __kmp_tid_from_gtid(gtid);
 1763     this_thr->th.th_team_bt_intervals = KMP_BLOCKTIME_INTERVAL(team, tid);
 1775     __kmp_hyper_barrier_gather(bs_forkjoin_barrier, this_thr, gtid, tid,
 1780     __kmp_hierarchical_barrier_gather(bs_forkjoin_barrier, this_thr, gtid, tid,
 1786     __kmp_tree_barrier_gather(bs_forkjoin_barrier, this_thr, gtid, tid,
 1791     __kmp_linear_barrier_gather(bs_forkjoin_barrier, this_thr, gtid, tid,
 1800   if (KMP_MASTER_TID(tid)) {