Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Din_flight_io.h96 void WaitForPendingIO();
Dfile.h68 static void WaitForPendingIO(int* num_pending_io);
Dfile_posix.cc269 void File::WaitForPendingIO(int* num_pending_io) { in WaitForPendingIO() function in disk_cache::File
272 GetFileInFlightIO()->WaitForPendingIO(); in WaitForPendingIO()
Din_flight_io.cc43 void InFlightIO::WaitForPendingIO() { in WaitForPendingIO() function in disk_cache::InFlightIO
Din_flight_backend_io.cc439 void InFlightBackendIO::WaitForPendingIO() { in WaitForPendingIO() function in disk_cache::InFlightBackendIO
440 InFlightIO::WaitForPendingIO(); in WaitForPendingIO()
Din_flight_backend_io.h182 void WaitForPendingIO();
Dfile_win.cc258 void File::WaitForPendingIO(int* num_pending_io) { in WaitForPendingIO() function in disk_cache::File
Dbackend_impl.cc390 background_queue_.WaitForPendingIO(); in ~BackendImpl()
526 File::WaitForPendingIO(&num_pending_io_); in CleanupCache()