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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTCritSectRw.cpp219 uint64_t acIterations[32]; local
220 RTTHREAD aThreads[RT_ELEMENTS(acIterations)];
221 AssertRelease(cThreads <= RT_ELEMENTS(acIterations));
245 acIterations[i] = 0;
246 RTTEST_CHECK_RC_RETV(g_hTest, RTThreadCreateF(&aThreads[i], Test4Thread, &acIterations[i], 0,
278 uint64_t cItrTotal = acIterations[0];
280 cItrTotal += acIterations[i];
287 uint64_t cItrDelta = RT_ABS((int64_t)(acIterations[i] - cItrNormal));
288 if (acIterations[i] < cItrMinOK)
290 i, acIterations[
[all...]
H A DtstRTSemRW.cpp218 uint64_t acIterations[32]; local
219 RTTHREAD aThreads[RT_ELEMENTS(acIterations)];
220 AssertRelease(cThreads <= RT_ELEMENTS(acIterations));
244 acIterations[i] = 0;
245 RTTEST_CHECK_RC_RETV(g_hTest, RTThreadCreateF(&aThreads[i], Test4Thread, &acIterations[i], 0,
278 uint64_t cItrTotal = acIterations[0];
280 cItrTotal += acIterations[i];
287 uint64_t cItrDelta = RT_ABS((int64_t)(acIterations[i] - cItrNormal));
288 if (acIterations[i] < cItrMinOK)
290 i, acIterations[
[all...]

Completed in 52 milliseconds