VirtualBox

Changeset 53092 in vbox for trunk/src


Ignore:
Timestamp:
Oct 20, 2014 1:00:43 PM (10 years ago)
Author:
vboxsync
Message:

HostDrivers/Support: 1 ms is sufficient for rollover.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r53091 r53092  
    59585958                    uint64_t cNsWait = RT_NS_10MS;
    59595959                    if (cNsDiff >= RT_NS_10MS)
    5960                         cNsWait += 2;
     5960                        cNsWait += 1;
    59615961                    for (;;)
    59625962                    {
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