Changeset 28837 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 27, 2010 3:10:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r28833 r28837 835 835 { 836 836 uint64_t u64Started = RTTimeMilliTS(); 837 do837 while (!it->bCalled) 838 838 { 839 839 unsigned cMsWait; … … 848 848 } 849 849 RTThreadYield(); 850 } while (!it->bCalled);850 } 851 851 } 852 852 … … 1031 1031 { 1032 1032 uint64_t u64Started = RTTimeMilliTS(); 1033 do1033 while (!it->bCalled) 1034 1034 { 1035 1035 unsigned cMsWait; … … 1044 1044 } 1045 1045 RTThreadYield(); 1046 } while (!it->bCalled);1046 } 1047 1047 1048 1048 if (it->bCalled)
Note:
See TracChangeset
for help on using the changeset viewer.