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

References

projects/openmp/runtime/src/kmp_sched.cpp
  341     if (chunk < 1) {
  342       chunk = 1;
  344     span = chunk * incr;
  349       *plastiter = (tid == ((trip_count - 1) / (UT)chunk) % nth);
  358     chunk = (span + chunk - 1) & ~(chunk - 1);
  358     chunk = (span + chunk - 1) & ~(chunk - 1);
  358     chunk = (span + chunk - 1) & ~(chunk - 1);
  360     span = chunk * incr;
  370       *plastiter = (tid == ((trip_count - 1) / (UT)chunk));
  383     kmp_uint64 cur_chunk = chunk;