Searched defs:cLoops (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupSem.cpp306 unsigned cLoops = 0; local
307 while (cLoops < LOOP_COUNT)
321 RTTestFailed(hTest, "%Rrc cLoops=%u cMs=%u", rcX, cLoops, cMs);
329 cLoops++;
334 RTTestValueF(hTest, cNsTotalSys / cLoops, RTTESTUNIT_NS, "%u ms avg (clock=sys)", cMs);
339 RTTestValueF(hTest, cNsTotal / cLoops, RTTESTUNIT_NS, "%u ms avg (clock=gip)", cMs);
360 unsigned cLoops = 0; local
361 while (cLoops < LOOP_COUNT)
375 RTTestFailed(hTest, "%Rrc cLoops
422 unsigned cLoops = 0; local
477 unsigned cLoops = 0; local
532 unsigned cLoops = 0; local
589 unsigned cLoops = 0; local
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0ThreadPreemption.cpp229 uint64_t cLoops = 0; local
238 cLoops++;
242 && cLoops < 100U*_1M);
245 cLoops, cNanosElapsed, cNanosSysElapsed);
246 else if (cLoops == 1)
247 RTStrPrintf(pszErr, cchErr, "!cLoops=1\n");
250 cLoops, cNanosElapsed, cNanosSysElapsed);
H A DtstRTLockValidator.cpp355 uint32_t cLoops = 0; local
377 cLoops += g_cLoops;
412 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "cLoops=%u cDeadlocks=%u (%u%%)\n",
413 cLoops, cDeadlocks, cLoops ? cDeadlocks * 100 / cLoops : 0);
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dmp-r0drv-linux.c255 uint32_t cLoops; local
286 cLoops = 64000;
290 if (!cLoops--)
296 cLoops = 64000;
415 uint32_t cLoops = 0; local
419 if ((cLoops & 0x1ff) == 0 && !RTMpIsCpuOnline(idCpuSelf == idCpu1 ? idCpu2 : idCpu2))
421 cLoops++;
/vbox/src/VBox/VMM/testcase/
H A DtstVMM.cpp100 uint32_t const cLoops = 100000; local
101 for (uint32_t iLoop = 0; iLoop < cLoops; iLoop++)
129 unsigned uPct = (unsigned)(100.0 * iLoop / cLoops);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMCritSect.cpp863 int cLoops = 20; local
864 while ( cLoops > 0
869 cLoops--;
871 if (cLoops == 0)
H A DVMEmt.cpp328 //unsigned cLoops = 0;
355 //RTLogPrintf("u64NanoTS=%RI64 cLoops=%d spin\n", u64NanoTS, cLoops++);
364 //RTLogPrintf("u64NanoTS=%RI64 cLoops=%d yield", u64NanoTS, cLoops++);
372 //RTLogPrintf("u64NanoTS=%RI64 cLoops=%d sleep 1ms", u64NanoTS, cLoops++);
380 //RTLogPrintf("u64NanoTS=%RI64 cLoops=%d sleep %dms", u64NanoTS, cLoops++, (uint32_t)RT_MIN((u64NanoTS - 500000) / 1000000, 15));
529 unsigned cLoops local
678 unsigned cLoops = 0; local
[all...]
H A DPDM.cpp310 uint32_t cLoops; member in struct:PDMNOTIFYASYNCSTATS
1214 pThis->cLoops = 0;
1229 pThis->cLoops++;
1303 pThis->pszOp, cNsElapsed / RT_NS_1MS, pThis->cLoops, pThis->cAsync, pThis->szList));
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMainImports-win.cpp251 uint32_t cLoops = 0; local
252 while (pListEntry != pList && cLoops < 1024)
267 cLoops++;
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp1029 uint32_t cLoops = 64; local
1035 } while (cLoops-- > 0 && fState != (pThis->svga.fBusy != 0));
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp8936 uint32_t cLoops = 0; local
8938 for (;; cLoops++)
8990 if (cLoops > pVM->hm.s.cMaxResumeLoops)
9018 uint32_t cLoops = 0; local
9022 for (;; cLoops++)
9070 if (cLoops > pVM->hm.s.cMaxResumeLoops)

Completed in 183 milliseconds