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

/vbox/src/VBox/Runtime/r0drv/nt/
H A DRTTimerGetSystemGranularity-r0drv-nt.cpp48 ULONG ulTimeInc = KeQueryTimeIncrement(); local
50 return ulTimeInc * 100; /* The value is in 100ns, the funny NT unit. */
56 ULONG ulResolution1 = g_pfnrtNtExSetTimerResolution(ulTimeInc, TRUE);

Completed in 41 milliseconds