Searched refs:WaitForPendingIO (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dfile.h68 static void WaitForPendingIO(int* num_pending_io);
H A Din_flight_io.h92 // Shutdown is a special case that is handled though WaitForPendingIO() instead
101 void WaitForPendingIO();
111 // queued (because we are inside WaitForPendingIO), and false if said task is
H A Din_flight_io.cc55 void InFlightIO::WaitForPendingIO() { function in class:disk_cache::InFlightIO
H A Dfile_ios.cc80 // queued (because we are inside WaitForPendingIO), and false if said task is
264 void File::WaitForPendingIO(int* num_pending_io) { function in class:disk_cache::File
267 GetFileInFlightIO()->WaitForPendingIO();
H A Dfile_posix.cc145 void File::WaitForPendingIO(int* num_pending_io) { function in class:disk_cache::File
H A Dbackend_worker_v3.cc232 background_queue_.WaitForPendingIO();
263 File::WaitForPendingIO(&num_pending_io_);
H A Dfile_win.cc244 void File::WaitForPendingIO(int* num_pending_io) { function in class:disk_cache::File
H A Din_flight_backend_io.h193 void WaitForPendingIO();
H A Din_flight_backend_io.cc490 void InFlightBackendIO::WaitForPendingIO() { function in class:disk_cache::InFlightBackendIO
491 InFlightIO::WaitForPendingIO();
H A Dbackend_impl.cc170 background_queue_.WaitForPendingIO();
316 File::WaitForPendingIO(&num_pending_io_);
H A Dbackend_impl_v3.cc877 File::WaitForPendingIO(&num_pending_io_);

Completed in 697 milliseconds