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

References

projects/openmp/runtime/src/kmp_barrier.cpp
 1103         this_thr->th.th_teams_level == level)
projects/openmp/runtime/src/kmp_csupport.cpp
  392   this_thr->th.th_teams_level =
  449   this_thr->th.th_teams_level = 0;
 3332     if (team->t.t_level == th->th.th_teams_level) {
projects/openmp/runtime/src/kmp_runtime.cpp
  987           master_th->th.th_teams_level == team->t.t_level) {
 1031       thr->th.th_teams_level = master_th->th.th_teams_level;
 1031       thr->th.th_teams_level = master_th->th.th_teams_level;
 1466     teams_level = master_th->th.th_teams_level;
 2327       int tlevel = master_th->th.th_teams_level;
 2394       team->t.t_level == master_th->th.th_teams_level + 1) {
 2472       team->t.t_level > master_th->th.th_teams_level) {
 2870     int tlevel = thr->th.th_teams_level; // the level of the teams construct
 2928     int tlevel = thr->th.th_teams_level; // the level of the teams construct
 4897               master->th.th_teams_level <
 5186         thr->th.th_teams_level = master->th.th_teams_level;
 5186         thr->th.th_teams_level = master->th.th_teams_level;
 5379           master->th.th_teams_level == team->t.t_level) {
 7691     int tlevel = thr->th.th_teams_level; // the level of the teams construct