Searched defs:cItrMinOK (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTCritSectRw.cpp283 uint64_t cItrMinOK = cItrNormal / 20; /* 5% */ local
288 if (acIterations[i] < cItrMinOK)
290 i, acIterations[i], cItrMinOK, cItrDelta * 100 / cItrNormal);
H A DtstRTSemRW.cpp283 uint64_t cItrMinOK = cItrNormal / 20; /* 5% */ local
288 if (acIterations[i] < cItrMinOK)
290 i, acIterations[i], cItrMinOK, cItrDelta * 100 / cItrNormal);

Completed in 44 milliseconds