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

References

projects/openmp/runtime/src/kmp_sched.cpp
  146     if (plastiter != NULL)
  147       *plastiter = FALSE;
  199     if (plastiter != NULL)
  200       *plastiter = TRUE;
  231     if (plastiter != NULL)
  232       *plastiter = TRUE;
  299       if (plastiter != NULL)
  300         *plastiter = (tid == trip_count - 1);
  307         if (plastiter != NULL)
  308           *plastiter = (tid == nth - 1);
  322           if (plastiter != NULL)
  323             *plastiter = *plower <= old_upper && *pupper > old_upper - incr;
  329           if (plastiter != NULL)
  330             *plastiter = *plower >= old_upper && *pupper < old_upper - incr;
  348     if (plastiter != NULL)
  349       *plastiter = (tid == ((trip_count - 1) / (UT)chunk) % nth);
  369     if (plastiter != NULL)
  370       *plastiter = (tid == ((trip_count - 1) / (UT)chunk));