Searched defs:RTTimerGetSystemGranularity (Results 1 - 5 of 5) 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
/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
/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/include/iprt/
H A Dmangling.h1783 # define RTTimerGetSystemGranularity RT_MANGLER(RTTimerGetSystemGranularity) /* r0drv */ macro

Completed in 83 milliseconds