VirtualBox

Changeset 49433 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 11, 2013 8:36:34 AM (11 years ago)
Author:
vboxsync
Message:

VHWA: sleep 2ms really

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp

    r49430 r49433  
    51435143        {
    51445144            RTCritSectLeave(&mCritSect);
    5145             RTThreadSleep(2000); /* 2 ms */
     5145            RTThreadSleep(2); /* 2 ms */
    51465146            RTCritSectEnter(&mCritSect);
    51475147            /* it is assumed no one sends any new commands while reset is in progress */
     
    53205320        {
    53215321            RTCritSectLeave(&mCritSect);
    5322             RTThreadSleep(2000); /* 2 ms */
     5322            RTThreadSleep(2); /* 2 ms */
    53235323            RTCritSectEnter(&mCritSect);
    53245324            /* it is assumed no one sends any new commands while reset is in progress */
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