Changeset 2544 in vbox for trunk/src/VBox
- Timestamp:
- May 8, 2007 4:30:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r2405 r2544 599 599 rc = RTSemEventSignal(pCtl->AsyncIOSem); 600 600 AssertRC(rc); 601 #ifdef __LINUX__602 /* For some reason the lower-priority EMT can starve the async I/O603 * thread. We're holding the CritSect currently, so the async I/O604 * thread cannot immediately start processing, but it avoids the605 * starvation. */606 RTThreadYield();607 #endif /* __LINUX__ */608 601 } 609 602
Note:
See TracChangeset
for help on using the changeset viewer.