Changeset 59756 in vbox for trunk/src/VBox/Runtime/common/vfs/vfsreadahead.cpp
- Timestamp:
- Feb 20, 2016 2:48:18 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsreadahead.cpp
r59754 r59756 574 574 * Got a buffer, take the I/O lock and read into it. 575 575 */ 576 rc = VERR_CALLBACK_RETURN; 576 577 RTCritSectEnter(&pThis->IoCritSect); 577 578 if (!pThis->fTerminateThread)
Note:
See TracChangeset
for help on using the changeset viewer.