VirtualBox

Changeset 2544 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 8, 2007 4:30:56 PM (18 years ago)
Author:
vboxsync
Message:

Removed harmful Yield.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r2405 r2544  
    599599    rc = RTSemEventSignal(pCtl->AsyncIOSem);
    600600    AssertRC(rc);
    601 #ifdef __LINUX__
    602     /* For some reason the lower-priority EMT can starve the async I/O
    603      * thread. We're holding the CritSect currently, so the async I/O
    604      * thread cannot immediately start processing, but it avoids the
    605      * starvation. */
    606     RTThreadYield();
    607 #endif /* __LINUX__ */
    608601}
    609602
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