Home
last modified time | relevance | path

Searched refs:io_list_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
Din_flight_io.cc56 while (!io_list_.empty()) { in WaitForPendingIO()
58 IOList::iterator it = io_list_.begin(); in WaitForPendingIO()
64 while (!io_list_.empty()) { in DropPendingIO()
65 IOList::iterator it = io_list_.begin(); in DropPendingIO()
68 DCHECK(io_list_.find(operation) != io_list_.end()); in DropPendingIO()
69 io_list_.erase(make_scoped_refptr(operation)); in DropPendingIO()
101 DCHECK(io_list_.find(operation) != io_list_.end()); in InvokeCallback()
103 io_list_.erase(make_scoped_refptr(operation)); in InvokeCallback()
110 io_list_.insert(make_scoped_refptr(operation)); in OnOperationPosted()
Din_flight_io.h129 IOList io_list_; // List of pending, in-flight io operations. variable