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

  /external/chromium/net/disk_cache/
file_win.cc 278 void File::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();

Completed in 53 milliseconds