Searched refs:RTTimerLRStop (Results 1 - 6 of 6) sorted by relevance

/vbox/include/iprt/
H A Dtimer.h300 * @see RTTimerLRCreateEx, RTTimerLRDestroy, RTTimerLRStop
318 * @see RTTimerLRStart, RTTimerLRStop, RTTimerLRDestroy
343 * @see RTTimerLRStop
359 RTDECL(int) RTTimerLRStop(RTTIMERLR hTimerLR);
H A Dmangling.h1788 # define RTTimerLRStop RT_MANGLER(RTTimerLRStop) macro
/vbox/src/VBox/Runtime/generic/
H A Dtimerlr-generic.cpp208 RTDECL(int) RTTimerLRStop(RTTIMERLR hTimerLR) function
231 RT_EXPORT_SYMBOL(RTTimerLRStop); variable
246 int rc = RTTimerLRStop(hTimerLR);
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp248 RTTimerLRStop(sTimer);
464 RTTimerLRStop(sTimer);
484 RTTimerLRStop(sTimer);
/vbox/src/VBox/Main/src-client/
H A DGuestImpl.cpp612 RTTimerLRStop(mStatTimer);
/vbox/src/VBox/Main/src-server/
H A DPerformanceImpl.cpp671 int rc = RTTimerLRStop(m.sampler);

Completed in 93 milliseconds