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

References

projects/openmp/runtime/src/kmp_dispatch.cpp
 1291         vnew.p.count++;
 1299           vnew.p.count++;
 1302         init = vnew.p.count;
 1303         status = (init < (UT)vnew.p.ub);
 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
 1365               init = vnew.p.ub;
 1366               vold.p.count = init + 1;