Home
last modified time | relevance | path

Searched refs:num_pending_io (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/disk_cache/blockfile/
Dfile_win.cc269 void File::WaitForPendingIOForTesting(int* num_pending_io) { in WaitForPendingIOForTesting() argument
272 for (; *num_pending_io; base::PlatformThread::Sleep(kMillisecond)) { in WaitForPendingIOForTesting()
Dfile.h73 static void WaitForPendingIOForTesting(int* num_pending_io);
Dfile_posix.cc135 void File::WaitForPendingIOForTesting(int* num_pending_io) { in WaitForPendingIOForTesting() argument
Dfile_ios.cc275 void File::WaitForPendingIOForTesting(int* num_pending_io) { in WaitForPendingIOForTesting() argument