Searched refs:RTTimerGetSystemGranularity (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/nt/
H A DRTTimerGetSystemGranularity-r0drv-nt.cpp3 * IPRT - RTTimerGetSystemGranularity, Ring-0 Driver, NT.
41 RTDECL(uint32_t) RTTimerGetSystemGranularity(void) function
H A Dsemevent-r0drv-nt.cpp273 return RTTimerGetSystemGranularity();
H A Dsemeventmulti-r0drv-nt.cpp296 return RTTimerGetSystemGranularity();
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dtimer-r0drv-freebsd.c248 pTimer->u64NextTS = u64NanoTS + RTTimerGetSystemGranularity() / 2;
264 RTDECL(uint32_t) RTTimerGetSystemGranularity(void)
/vbox/include/iprt/
H A Dtimer.h96 * RTTimerDestroy, RTTimerGetSystemGranularity
116 * RTTimerGetSystemGranularity, RTTimerCanDoHighResolution
132 * isn't subject to RTTimerGetSystemGranularity rounding.
216 RTDECL(uint32_t) RTTimerGetSystemGranularity(void);
234 * is what RTTimerGetSystemGranularity() would return immediately
240 * @see RTTimerReleaseSystemGranularity, RTTimerGetSystemGranularity
H A Dmangling.h1783 # define RTTimerGetSystemGranularity RT_MANGLER(RTTimerGetSystemGranularity) /* r0drv */ macro
/vbox/src/VBox/Runtime/generic/
H A Dtimer-generic.cpp275 pTimer->u64NextTS = u64NanoTS + RTTimerGetSystemGranularity() / 2;
310 RTDECL(uint32_t) RTTimerGetSystemGranularity(void) function
314 RT_EXPORT_SYMBOL(RTTimerGetSystemGranularity); variable
H A Dtimerlr-generic.cpp329 cNanoSeconds = RTTimerGetSystemGranularity() / 2;
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dtimer-r0drv-os2.cpp334 pTimer->u64NextTS = u64NanoTS + RTTimerGetSystemGranularity() / 2;
361 RTDECL(uint32_t) RTTimerGetSystemGranularity(void) function
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtimer-r0drv-linux.c1378 cJiffies = u64NanoInterval / RTTimerGetSystemGranularity();
1379 if (cJiffies * RTTimerGetSystemGranularity() != u64NanoInterval)
1526 pTimer->cJiffies = u64NanoInterval / RTTimerGetSystemGranularity();
1527 if (pTimer->cJiffies * RTTimerGetSystemGranularity() != u64NanoInterval)
1582 RTDECL(uint32_t) RTTimerGetSystemGranularity(void)
1596 RT_EXPORT_SYMBOL(RTTimerGetSystemGranularity); variable
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c171 RTTimerGetSystemGranularity,
H A DVBoxGuest-haiku-stubs.c301 RTDECL(uint32_t) RTTimerGetSystemGranularity(void)
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dtimer-r0drv-solaris.c628 RTDECL(uint32_t) RTTimerGetSystemGranularity(void)
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Timer.cpp417 uint32_t const cNsSysHz = RTTimerGetSystemGranularity();
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp385 Assert(RTTimerGetSystemGranularity() <= u32SystemResolution);
1017 uint32_t nsTimerIncr = RTTimerGetSystemGranularity();
1830 u32SystemResolution = RTTimerGetSystemGranularity();
H A DSUPDrv.cpp397 { "RTTimerGetSystemGranularity", (void *)RTTimerGetSystemGranularity },

Completed in 137 milliseconds