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

References

projects/openmp/runtime/src/kmp_barrier.cpp
 1355       this_thr->th.th_team_bt_intervals = KMP_BLOCKTIME_INTERVAL(team, tid);
 1376     if (KMP_MASTER_TID(tid) && __kmp_tasking_mode != tskm_immediate_exec)
 1382           bt, this_thr, gtid, tid, reduce USE_ITT_BUILD_ARG(itt_sync_obj));
 1388         __kmp_hyper_barrier_gather(bt, this_thr, gtid, tid,
 1394             bt, this_thr, gtid, tid, reduce USE_ITT_BUILD_ARG(itt_sync_obj));
 1400         __kmp_tree_barrier_gather(bt, this_thr, gtid, tid,
 1405         __kmp_linear_barrier_gather(bt, this_thr, gtid, tid,
 1413     if (KMP_MASTER_TID(tid)) {
 1494             bt, this_thr, gtid, tid, FALSE USE_ITT_BUILD_ARG(itt_sync_obj));
 1499           __kmp_hyper_barrier_release(bt, this_thr, gtid, tid,
 1505               bt, this_thr, gtid, tid, FALSE USE_ITT_BUILD_ARG(itt_sync_obj));
 1510           __kmp_tree_barrier_release(bt, this_thr, gtid, tid,
 1515           __kmp_linear_barrier_release(bt, this_thr, gtid, tid,