Searched refs:RTTimerLRChangeInterval (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/
H A Dtimer.h377 RTDECL(int) RTTimerLRChangeInterval(RTTIMERLR hTimerLR, uint64_t u64NanoInterval);
H A Dmangling.h1789 # define RTTimerLRChangeInterval RT_MANGLER(RTTimerLRChangeInterval) macro
/vbox/src/VBox/Runtime/generic/
H A Dtimerlr-generic.cpp233 RTDECL(int) RTTimerLRChangeInterval(RTTIMERLR hTimerLR, uint64_t u64NanoInterval) function
269 RT_EXPORT_SYMBOL(RTTimerLRChangeInterval); variable
/vbox/src/VBox/Runtime/testcase/
H A DtstTimerLR.cpp248 rc = RTTimerLRChangeInterval(hTimerLR, aTests[i].uMilliesInterval * (uint64_t)1000000);
251 RTPrintf("tstTimer: FAILURE - RTTimerLRChangeInterval() -> %d gcTicks=%d\n", rc, gcTicks);
/vbox/src/VBox/Main/src-client/
H A DGuestImpl.cpp614 RTTimerLRChangeInterval(mStatTimer, aStatisticsUpdateInterval);
618 RTTimerLRChangeInterval(mStatTimer, aStatisticsUpdateInterval);

Completed in 79 milliseconds