Searched refs:RTTimerChangeInterval (Results 1 - 12 of 12) sorted by relevance

/vbox/include/iprt/
H A Dtimer.h95 * @see RTTimerCreateEx, RTTimerStart, RTTimerStop, RTTimerChangeInterval,
115 * @see RTTimerStart, RTTimerStop, RTTimerChangeInterval, RTTimerDestroy,
131 /** Desire a high resolution timer that works with RTTimerChangeInterval and
208 RTDECL(int) RTTimerChangeInterval(PRTTIMER pTimer, uint64_t u64NanoInterval);
267 * @remarks Returning true also means RTTimerChangeInterval must be implemented
H A Dmangling.h1779 # define RTTimerChangeInterval RT_MANGLER(RTTimerChangeInterval) macro
/vbox/src/VBox/Runtime/generic/
H A Dtimer-generic.cpp224 RTDECL(int) RTTimerChangeInterval(PRTTIMER pTimer, uint64_t u64NanoInterval) function
231 RT_EXPORT_SYMBOL(RTTimerChangeInterval); variable
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dtimer-r0drv-freebsd.c207 RTDECL(int) RTTimerChangeInterval(PRTTIMER pTimer, uint64_t u64NanoInterval) function
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dtimer-r0drv-os2.cpp287 RTDECL(int) RTTimerChangeInterval(PRTTIMER pTimer, uint64_t u64NanoInterval) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dtimer-r0drv-nt.cpp423 RTDECL(int) RTTimerChangeInterval(PRTTIMER pTimer, uint64_t u64NanoInterval) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dtimer-r0drv-solaris.c600 RTDECL(int) RTTimerChangeInterval(PRTTIMER pTimer, uint64_t u64NanoInterval) function
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Timer.cpp263 RTR0TESTR0_CHECK_RC(RTTimerChangeInterval(pTimer, pState->u.ChgInt.cNsCurInterval), VINF_SUCCESS);
695 /* create the timer and check if RTTimerChangeInterval is supported. */
700 int rc = RTTimerChangeInterval(pTimer, State.u.ChgInt.cNsMinInterval);
703 RTR0TestR0Info("RTTimerChangeInterval not supported, skipped");
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtimer-r0drv-linux.c655 * we can handle RTTimerStop and RTTimerChangeInterval from the
1344 RTDECL(int) RTTimerChangeInterval(PRTTIMER pTimer, uint64_t u64NanoInterval) function
1389 RT_EXPORT_SYMBOL(RTTimerChangeInterval); variable
/vbox/src/VBox/Runtime/r3/posix/
H A Dtimer-posix.cpp822 RTDECL(int) RTTimerChangeInterval(PRTTIMER pTimer, uint64_t u64NanoInterval) function
/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp2229 RTTimerChangeInterval(pTimer, cNsInterval);
2317 RTTimerChangeInterval(pCpu->Ppt.pTimer, cNsInterval);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp393 { "RTTimerChangeInterval", (void *)RTTimerChangeInterval },

Completed in 458 milliseconds