HomeSort by relevance Sort by last modified time
    Searched refs:WaitForPendingIO (Results 1 - 8 of 8) sorted by null

  /external/chromium/net/disk_cache/
in_flight_io.h 87 // Shutdown is a special case that is handled though WaitForPendingIO() instead
96 void WaitForPendingIO();
103 // queued (because we are inside WaitForPendingIO), and false if said task is
file.h 68 static void WaitForPendingIO(int* num_pending_io);
in_flight_io.cc 43 void InFlightIO::WaitForPendingIO() {
file_posix.cc 80 // queued (because we are inside WaitForPendingIO), and false if said task is
269 void File::WaitForPendingIO(int* num_pending_io) {
272 GetFileInFlightIO()->WaitForPendingIO();
file_win.cc 258 void File::WaitForPendingIO(int* num_pending_io) {
in_flight_backend_io.h 182 void WaitForPendingIO();
in_flight_backend_io.cc 439 void InFlightBackendIO::WaitForPendingIO() {
440 InFlightIO::WaitForPendingIO();
backend_impl.cc 390 background_queue_.WaitForPendingIO();
526 File::WaitForPendingIO(&num_pending_io_);
    [all...]

Completed in 427 milliseconds