HomeSort by relevance Sort by last modified time
    Searched refs:WaitForPendingIO (Results 1 - 18 of 18) 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...]
  /external/chromium_org/net/disk_cache/
in_flight_io.h 88 // Shutdown is a special case that is handled though WaitForPendingIO() instead
97 void WaitForPendingIO();
107 // queued (because we are inside WaitForPendingIO), and false if said task is
file.h 71 static void WaitForPendingIO(int* num_pending_io);
in_flight_io.cc 51 void InFlightIO::WaitForPendingIO() {
file_posix.cc 82 // queued (because we are inside WaitForPendingIO), and false if said task is
278 void File::WaitForPendingIO(int* num_pending_io) {
281 GetFileInFlightIO()->WaitForPendingIO();
file_win.cc 261 void File::WaitForPendingIO(int* num_pending_io) {
in_flight_backend_io.h 194 void WaitForPendingIO();
in_flight_backend_io.cc 499 void InFlightBackendIO::WaitForPendingIO() {
500 InFlightIO::WaitForPendingIO();
backend_impl.cc 197 background_queue_.WaitForPendingIO();
338 File::WaitForPendingIO(&num_pending_io_);
    [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_worker.cc 259 background_queue_.WaitForPendingIO();
290 File::WaitForPendingIO(&num_pending_io_);
backend_impl_v3.cc 136 background_queue_.WaitForPendingIO();
950 File::WaitForPendingIO(&num_pending_io_);
    [all...]

Completed in 106 milliseconds