Changeset 49433 in vbox for trunk/src/VBox
- Timestamp:
- Nov 11, 2013 8:36:34 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r49430 r49433 5143 5143 { 5144 5144 RTCritSectLeave(&mCritSect); 5145 RTThreadSleep(2 000); /* 2 ms */5145 RTThreadSleep(2); /* 2 ms */ 5146 5146 RTCritSectEnter(&mCritSect); 5147 5147 /* it is assumed no one sends any new commands while reset is in progress */ … … 5320 5320 { 5321 5321 RTCritSectLeave(&mCritSect); 5322 RTThreadSleep(2 000); /* 2 ms */5322 RTThreadSleep(2); /* 2 ms */ 5323 5323 RTCritSectEnter(&mCritSect); 5324 5324 /* it is assumed no one sends any new commands while reset is in progress */
Note:
See TracChangeset
for help on using the changeset viewer.