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

/vbox/src/VBox/Runtime/generic/
H A DRTTimerLRCreate-generic.cpp46 int rc2 = RTTimerLRDestroy(*phTimerLR); AssertRC(rc2);
H A Dtimerlr-generic.cpp143 RTDECL(int) RTTimerLRDestroy(RTTIMERLR hTimerLR) function
172 RT_EXPORT_SYMBOL(RTTimerLRDestroy); variable
/vbox/include/iprt/
H A Dtimer.h300 * @see RTTimerLRCreateEx, RTTimerLRDestroy, RTTimerLRStop
318 * @see RTTimerLRStart, RTTimerLRStop, RTTimerLRDestroy
329 RTDECL(int) RTTimerLRDestroy(RTTIMERLR hTimerLR);
H A Dmangling.h1786 # define RTTimerLRDestroy RT_MANGLER(RTTimerLRDestroy) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstTimerLR.cpp168 rc = RTTimerLRDestroy(hTimerLR);
171 RTPrintf("tstTimer: FAILURE - RTTimerLRDestroy() -> %d gcTicks=%d\n", rc, gcTicks);
184 RTPrintf("tstTimer: FAILURE - RTTimerLRDestroy() didn't really stop the timer! gcTicks=%d cTicks=%d\n", gcTicks, cTicks);
281 rc = RTTimerLRDestroy(hTimerLR);
284 RTPrintf("tstTimer: FAILURE - RTTimerLRDestroy() -> %d gcTicks=%d\n", rc, gcTicks);
/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp1168 RTTimerLRDestroy(hTimerLR);
1317 RTTimerLRDestroy(*pState->mphTimerLR);
H A DGuestImpl.cpp159 int vrc = RTTimerLRDestroy(mStatTimer);
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp392 RTTimerLRDestroy(sTimer);
/vbox/src/VBox/ValidationKit/utils/network/
H A DNetPerf.cpp607 RTTimerLRDestroy(hTimer);
1574 RTTimerLRDestroy(hTimer);
/vbox/src/VBox/Main/src-server/
H A DPerformanceImpl.cpp246 int vrc = RTTimerLRDestroy (m.sampler);

Completed in 97 milliseconds