VirtualBox

Changeset 89828 in vbox


Ignore:
Timestamp:
Jun 22, 2021 9:04:09 AM (4 years ago)
Author:
vboxsync
Message:

Runtime: Make use of CreateWaitableTimerEx and CREATE_WAITABLE_TIMER_HIGH_RESOLUTION available on newer Windwos 10 release to improve timer accuracy for sub tick intervals [strip trailing whitespace]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/timer-win.cpp

    r89827 r89828  
    322322                                                             TIMER_ALL_ACCESS);
    323323            if (!pTimer->hTimer)
    324             {           
     324            {
    325325                rc = rtTimerNtSetTimerResolution(u64NanoInterval);
    326326                if (RT_SUCCESS(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette