Changeset 8541 in vbox for trunk/src/VBox
- Timestamp:
- May 2, 2008 5:23:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r8155 r8541 5278 5278 uint64_t u64Start = RTTimeMilliTS(); 5279 5279 int rc2 = VINF_SUCCESS; 5280 int iFailed = -1; 5280 5281 for (unsigned i = 0; i < RT_ELEMENTS(pData->aCts); i++) 5281 5282 { … … 5287 5288 NULL); 5288 5289 if (VBOX_FAILURE(rc) && rc != VERR_INVALID_HANDLE) 5290 { 5289 5291 rc2 = rc; 5290 } 5291 AssertMsgRC(rc2, ("Some of the async I/O threads are still running! (%RU64 ms)\n", 5292 RTTimeMilliTS() - u64Start)); 5292 iFailed = i; 5293 } 5294 } 5295 AssertMsgRC(rc2, ("Some of the async I/O threads are still running! (%RU64 ms) rc2=%Rrc iFailed=%d\n", 5296 RTTimeMilliTS() - u64Start, rc2, iFailed)); 5293 5297 } 5294 5298 else
Note:
See TracChangeset
for help on using the changeset viewer.