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

References

projects/openmp/runtime/src/kmp_dispatch.cpp
 1340             vnew = vold;
 1343             if (vnew.p.count >= (UT)vnew.p.ub ||
 1343             if (vnew.p.count >= (UT)vnew.p.ub ||
 1344                 (remaining = vnew.p.ub - vnew.p.count) < 2) {
 1344                 (remaining = vnew.p.ub - vnew.p.count) < 2) {
 1349               vnew.p.ub -= (remaining >> 2); // try to steal 1/4 of remaining
 1351               vnew.p.ub -= 1; // steal 1 chunk of 2 or 3 remaining
 1358                     *VOLATILE_CAST(kmp_int64 *) & vnew.b)) {
 1365               init = vnew.p.ub;