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

References

projects/openmp/runtime/src/kmp_sched.cpp
  510     if (plastiter != NULL)
  511       *plastiter = (tid == 0 && team_id == trip_count - 1);
  520       if (plastiter != NULL)
  521         *plastiter = (team_id == nteams - 1);
  534         if (plastiter != NULL)
  535           *plastiter = *plower <= upper && *pupperDist > upper - incr;
  545         if (plastiter != NULL)
  546           *plastiter = *plower >= upper && *pupperDist < upper - incr;
  579         if (plastiter != NULL)
  580           if (*plastiter != 0 && !(tid == trip_count - 1))
  581             *plastiter = 0;
  588           if (plastiter != NULL)
  589             if (*plastiter != 0 && !(tid == nth - 1))
  590               *plastiter = 0;
  602             if (plastiter != NULL)
  603               if (*plastiter != 0 &&
  605                 *plastiter = 0;
  611             if (plastiter != NULL)
  612               if (*plastiter != 0 &&
  614                 *plastiter = 0;
  630       if (plastiter != NULL)
  631         if (*plastiter != 0 && !(tid == ((trip_count - 1) / (UT)chunk) % nth))
  632           *plastiter = 0;