Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/blockfile/
Din_flight_io.h101 void WaitForPendingIO();
Dfile_ios.cc264 void File::WaitForPendingIO(int* num_pending_io) { in WaitForPendingIO() function in disk_cache::File
267 GetFileInFlightIO()->WaitForPendingIO(); in WaitForPendingIO()
Dfile.h68 static void WaitForPendingIO(int* num_pending_io);
Din_flight_io.cc55 void InFlightIO::WaitForPendingIO() { in WaitForPendingIO() function in disk_cache::InFlightIO
Dbackend_worker_v3.cc232 background_queue_.WaitForPendingIO(); in ~BackendImpl()
263 File::WaitForPendingIO(&num_pending_io_); in CleanupCache()
Dfile_posix.cc145 void File::WaitForPendingIO(int* num_pending_io) { in WaitForPendingIO() function in disk_cache::File
Din_flight_backend_io.cc490 void InFlightBackendIO::WaitForPendingIO() { in WaitForPendingIO() function in disk_cache::InFlightBackendIO
491 InFlightIO::WaitForPendingIO(); in WaitForPendingIO()
Din_flight_backend_io.h193 void WaitForPendingIO();
Dfile_win.cc244 void File::WaitForPendingIO(int* num_pending_io) { in WaitForPendingIO() function in disk_cache::File
Dbackend_impl.cc170 background_queue_.WaitForPendingIO(); in ~BackendImpl()
316 File::WaitForPendingIO(&num_pending_io_); in CleanupCache()
Dbackend_impl_v3.cc877 File::WaitForPendingIO(&num_pending_io_); in CleanupCache()