VirtualBox

Changeset 28837 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Apr 27, 2010 3:10:35 PM (15 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Faster.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/GuestImpl.cpp

    r28833 r28837  
    835835                {
    836836                    uint64_t u64Started = RTTimeMilliTS();
    837                     do
     837                    while (!it->bCalled)
    838838                    {
    839839                        unsigned cMsWait;
     
    848848                        }
    849849                        RTThreadYield();
    850                     } while (!it->bCalled);
     850                    }
    851851                }
    852852
     
    10311031            {
    10321032                uint64_t u64Started = RTTimeMilliTS();
    1033                 do
     1033                while (!it->bCalled)
    10341034                {
    10351035                    unsigned cMsWait;
     
    10441044                    }
    10451045                    RTThreadYield();
    1046                 } while (!it->bCalled);
     1046                }
    10471047   
    10481048                if (it->bCalled)
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