Searched refs:RTTimerLRStart (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTTimerLRCreate-generic.cpp43 rc = RTTimerLRStart(*phTimerLR, 0);
H A Dtimerlr-generic.cpp175 RTDECL(int) RTTimerLRStart(RTTIMERLR hTimerLR, uint64_t u64First) function
205 RT_EXPORT_SYMBOL(RTTimerLRStart); variable
252 rc = RTTimerLRStart(hTimerLR, 0);
/vbox/include/iprt/
H A Dtimer.h318 * @see RTTimerLRStart, RTTimerLRStop, RTTimerLRDestroy
345 RTDECL(int) RTTimerLRStart(RTTIMERLR hTimerLR, uint64_t u64First);
357 * @see RTTimerLRStart
365 * RTTimerLRStart() when u64First parameter is zero.
H A Dmangling.h1787 # define RTTimerLRStart RT_MANGLER(RTTimerLRStart) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstTimerLR.cpp157 rc = RTTimerLRStart(hTimerLR, 0);
160 RTPrintf("tstTimer: FAILURE - RTTimerLRStart() -> %Rrc\n", rc);
239 rc = RTTimerLRStart(hTimerLR, 0);
242 RTPrintf("tstTimer: FAILURE - RTTimerLRStart() -> %Rrc\n", rc);
/vbox/src/VBox/ValidationKit/utils/network/
H A DNetPerf.cpp521 rc = RTTimerLRStart(hTimer, pParams->cMsWarmup * UINT64_C(1000000) /* nsec */);
537 RTTestIFailed("RTTimerLRStart/warmup: %Rrc\n", rc);
546 rc = RTTimerLRStart(hTimer, pParams->cSecTimeout * UINT64_C(1000000000) /* nsec */);
565 RTTestIFailed("RTTimerLRStart/testing: %Rrc\n", rc);
575 rc = RTTimerLRStart(hTimer, pParams->cMsCoolDown * UINT64_C(1000000) /* nsec */);
591 RTTestIFailed("RTTimerLRStart/testing: %Rrc\n", rc);
1443 rc = RTTimerLRStart(hTimer, pParams->cMsWarmup * UINT64_C(1000000) /* nsec */);
1467 RTTestIFailed("RTTimerLRStart/warmup: %Rrc\n", rc);
1475 rc = RTTimerLRStart(hTimer, pParams->cSecTimeout * UINT64_C(1000000000) /* nsec */);
1509 RTTestIFailed("RTTimerLRStart/testin
[all...]
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp250 int vrc = RTTimerLRStart(sTimer, gShutdownDelayMs * RT_NS_1MS_64);
/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp1098 vrc = RTTimerLRStart(hTimerLR, 5*60*UINT64_C(1000000000) /*ns*/);
1166 hrc = setError(E_FAIL, "RTTimerLRStart -> %Rrc", vrc);
H A DGuestImpl.cpp619 RTTimerLRStart(mStatTimer, 0);
/vbox/src/VBox/Main/src-server/
H A DPerformanceImpl.cpp680 int rc = RTTimerLRStart(m.sampler, 0);

Completed in 104 milliseconds