Searched refs:io_list_ (Results 1 – 2 of 2) sorted by relevance
44 while (!io_list_.empty()) { in WaitForPendingIO()46 IOList::iterator it = io_list_.begin(); in WaitForPendingIO()76 DCHECK(io_list_.find(operation) != io_list_.end()); in InvokeCallback()77 io_list_.erase(make_scoped_refptr(operation)); in InvokeCallback()84 io_list_.insert(make_scoped_refptr(operation)); in OnOperationPosted()
121 IOList io_list_; // List of pending, in-flight io operations. variable