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

References

projects/openmp/runtime/src/kmp_sched.cpp
  475   tid = __kmp_tid_from_gtid(gtid);
  504     if (team_id < trip_count && tid == 0) {
  511       *plastiter = (tid == 0 && team_id == trip_count - 1);
  575         if (tid < trip_count)
  576           *pupper = *plower = *plower + tid * incr;
  580           if (*plastiter != 0 && !(tid == trip_count - 1))
  586           *plower += incr * (tid * chunkL + (tid < extras ? tid : extras));
  586           *plower += incr * (tid * chunkL + (tid < extras ? tid : extras));
  586           *plower += incr * (tid * chunkL + (tid < extras ? tid : extras));
  587           *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr);
  589             if (*plastiter != 0 && !(tid == nth - 1))
  597           *plower += tid * chunk_inc_count;
  628       *plower = *plower + (span * tid);
  631         if (*plastiter != 0 && !(tid == ((trip_count - 1) / (UT)chunk) % nth))