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

  /external/chromium/net/disk_cache/
file.h 73 static void WaitForPendingIO(int* num_pending_io);
file_posix.cc 112 // Shutdown is a special case that is handled though WaitForPendingIO() instead
130 void WaitForPendingIO();
137 // queued (because we are inside WaitForPendingIO), and false if said task is
216 void InFlightIO::WaitForPendingIO() {
374 void File::WaitForPendingIO(int* num_pending_io) {
376 Singleton<InFlightIO>::get()->WaitForPendingIO();
file_win.cc 278 void File::WaitForPendingIO(int* num_pending_io) {
backend_impl.cc 333 File::WaitForPendingIO(&num_pending_io_);
    [all...]

Completed in 151 milliseconds