- Timestamp:
- Apr 16, 2014 4:45:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r50938 r51090 1181 1181 /* Make sure the async I/O thread is not working before we start to cancel active requests. */ 1182 1182 while ( pAhciPort->u32TasksNew 1183 &&!pAhciPort->fWrkThreadSleeping)1183 || !pAhciPort->fWrkThreadSleeping) 1184 1184 RTThreadYield(); 1185 1185
Note:
See TracChangeset
for help on using the changeset viewer.