Changeset 7630 in vbox
- Timestamp:
- Mar 28, 2008 4:32:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r7575 r7630 5278 5278 /* Wait for at most 5 seconds, and if that is elapsed for 100msec 5279 5279 * per remaining thread. Just to be on the safe side. */ 5280 int64_t cMsElapsed = RTTimeMilliTS() - u64Start; 5280 5281 rc = RTThreadWait(pData->aCts[i].AsyncIOThread, 5281 RT_MAX( RTTimeMilliTS() - u64Start+ 5000, 100),5282 RT_MAX(cMsElapsed + 5000, 100), 5282 5283 NULL); 5283 5284 if (VBOX_FAILURE(rc) && rc != VERR_INVALID_HANDLE)
Note:
See TracChangeset
for help on using the changeset viewer.