Home
last modified time | relevance | path

Searched refs:WaitForPendingIO (Results 1 – 19 of 19) 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()
/external/chromium_org/net/disk_cache/
Din_flight_io.h97 void WaitForPendingIO();
Dfile_ios.cc281 void File::WaitForPendingIO(int* num_pending_io) { in WaitForPendingIO() function in disk_cache::File
284 GetFileInFlightIO()->WaitForPendingIO(); in WaitForPendingIO()
Dfile.h71 static void WaitForPendingIO(int* num_pending_io);
Din_flight_io.cc51 void InFlightIO::WaitForPendingIO() { in WaitForPendingIO() function in disk_cache::InFlightIO
Dfile_posix.cc162 void File::WaitForPendingIO(int* num_pending_io) { in WaitForPendingIO() function in disk_cache::File
Din_flight_backend_io.h194 void WaitForPendingIO();
Din_flight_backend_io.cc499 void InFlightBackendIO::WaitForPendingIO() { in WaitForPendingIO() function in disk_cache::InFlightBackendIO
500 InFlightIO::WaitForPendingIO(); in WaitForPendingIO()
Dfile_win.cc261 void File::WaitForPendingIO(int* num_pending_io) { in WaitForPendingIO() function in disk_cache::File
Dbackend_impl.cc165 background_queue_.WaitForPendingIO(); in ~BackendImpl()
306 File::WaitForPendingIO(&num_pending_io_); in CleanupCache()
/external/chromium_org/net/disk_cache/v3/
Dbackend_worker.cc259 background_queue_.WaitForPendingIO(); in ~BackendImpl()
290 File::WaitForPendingIO(&num_pending_io_); in CleanupCache()
Dbackend_impl_v3.cc136 background_queue_.WaitForPendingIO(); in ~BackendImpl()
950 File::WaitForPendingIO(&num_pending_io_); in CleanupCache()