- Timestamp:
- Mar 28, 2008 5:58:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r7630 r7636 5280 5280 int64_t cMsElapsed = RTTimeMilliTS() - u64Start; 5281 5281 rc = RTThreadWait(pData->aCts[i].AsyncIOThread, 5282 RT_MAX( cMsElapsed + 5000, 100),5282 RT_MAX(5000 - cMsElapsed, 100), 5283 5283 NULL); 5284 5284 if (VBOX_FAILURE(rc) && rc != VERR_INVALID_HANDLE)
Note:
See TracChangeset
for help on using the changeset viewer.