Changeset 27921 in vbox
- Timestamp:
- Mar 31, 2010 7:24:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp
r27920 r27921 1723 1723 1724 1724 pTask->cbTransferLeft = cbRead; 1725 pTask->rc = VINF_SUCCESS; 1725 1726 /* Set to completed to make sure that the task is valid while we access it. */ 1726 1727 ASMAtomicWriteBool(&pTask->fCompleted, true); … … 1956 1957 1957 1958 pTask->cbTransferLeft = cbWrite; 1959 pTask->rc = VINF_SUCCESS; 1958 1960 /* Set to completed to make sure that the task is valid while we access it. */ 1959 1961 ASMAtomicWriteBool(&pTask->fCompleted, true); … … 2196 2198 pEndpoint, pEndpoint->Core.pszUri, pTask)); 2197 2199 2200 pTask->rc = VINF_SUCCESS; 2201 2198 2202 if (ASMAtomicReadPtr((void * volatile *)&pEndpoint->DataCache.pTaskFlush)) 2199 2203 rc = VERR_RESOURCE_BUSY;
Note:
See TracChangeset
for help on using the changeset viewer.