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

References

projects/openmp/runtime/src/kmp_barrier.cpp
 1445           team->t.t_active_level == 1) {
 1831         team->t.t_active_level == 1) {
projects/openmp/runtime/src/kmp_dispatch.cpp
  139       team->t.t_active_level == 1;
  848       team->t.t_active_level == 1;
projects/openmp/runtime/src/kmp_ftn_entry.h
  655     return (th->th.th_team->t.t_active_level ? 1 : 0);
  704   return __kmp_entry_thread()->th.th_team->t.t_active_level;
projects/openmp/runtime/src/kmp_itt.inl
   86   if (team->t.t_active_level > 1) {
  190     if (team->t.t_active_level + serialized > 1) {
  439   if (team->t.t_active_level > 1) {
projects/openmp/runtime/src/kmp_runtime.cpp
  739         team->t.t_active_level ==
  980     int level = team->t.t_active_level - 1; // index in array of hot teams
 1290     serial_team->t.t_active_level = serial_team->t.t_parent->t.t_active_level;
 1290     serial_team->t.t_active_level = serial_team->t.t_parent->t.t_active_level;
 1464     active_level = parent_team->t.t_active_level;
 1592       parent_team->t.t_active_level++;
 1659     if (parent_team->t.t_active_level >=
 2041       new_level = parent_team->t.t_active_level + 1;
 2042       KMP_CHECK_UPDATE(team->t.t_active_level, new_level);
 2047       new_level = parent_team->t.t_active_level;
 2048       KMP_CHECK_UPDATE(team->t.t_active_level, new_level);
 2165     if (team->t.t_active_level == 1 // only report frames at level 1
 2376   if (team->t.t_active_level == 1 &&
 2416     team->t.t_active_level--;
 4891     level = team->t.t_active_level;
 5372     level = team->t.t_active_level - 1;
 5449     team->t.t_active_level = 0;
projects/openmp/runtime/src/kmp_sched.cpp
  382       team->t.t_active_level == 1) {