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

References

projects/openmp/runtime/src/kmp_sched.cpp
  477   nth = th->th.th_team_nproc;
  570       if (trip_count <= nth) {
  584           UT chunkL = trip_count / nth;
  585           UT extras = trip_count % nth;
  589             if (*plastiter != 0 && !(tid == nth - 1))
  593               (trip_count / nth + ((trip_count % nth) ? 1 : 0)) * incr;
  593               (trip_count / nth + ((trip_count % nth) ? 1 : 0)) * incr;
  627       *pstride = span * nth;
  631         if (*plastiter != 0 && !(tid == ((trip_count - 1) / (UT)chunk) % nth))