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

References

projects/openmp/runtime/src/kmp_barrier.cpp
 1898   kmp_team_t *team = (tid == 0) ? this_thr->th.th_team : NULL;
 1941       __kmp_task_team_setup(this_thr, team, 0);
 1957       this_thr->th.th_team_bt_intervals = KMP_BLOCKTIME_INTERVAL(team, tid);
 1965     __kmp_hyper_barrier_release(bs_forkjoin_barrier, this_thr, gtid, tid,
 1970     __kmp_hierarchical_barrier_release(bs_forkjoin_barrier, this_thr, gtid, tid,
 1976     __kmp_tree_barrier_release(bs_forkjoin_barrier, this_thr, gtid, tid,
 1981     __kmp_linear_barrier_release(bs_forkjoin_barrier, this_thr, gtid, tid,
 1988       this_thr->th.ompt_thread_info.state == ompt_state_wait_barrier_implicit) {
 1989     int ds_tid = this_thr->th.th_info.ds.ds_tid;
 1991                                  ? OMPT_CUR_TASK_DATA(this_thr)
 1992                                  : &(this_thr->th.ompt_thread_info.task_data);
 1993     this_thr->th.ompt_thread_info.state = ompt_state_overhead;
 2020     this_thr->th.th_task_team = NULL;
 2039   team = (kmp_team_t *)TCR_PTR(this_thr->th.th_team);
 2068     __kmp_task_team_sync(this_thr, team);
 2076       __kmp_balanced_affinity(this_thr, team->t.t_nproc);
 2079     if (this_thr->th.th_new_place == this_thr->th.th_current_place) {
 2079     if (this_thr->th.th_new_place == this_thr->th.th_current_place) {
 2097       this_thr->th.th_prev_num_threads = team->t.t_nproc;
 2098       this_thr->th.th_prev_level = team->t.t_level;
 2102     KMP_CHECK_UPDATE(this_thr->th.th_def_allocator, team->t.t_def_allocator);