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

  /external/chromium_org/base/message_loop/
message_pump_win.h 222 // requirement stated for the destructor, the class calls WaitForIOCompletion
226 // message_pump->WaitForIOCompletion(INFINITE, this);
296 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
message_pump_win.cc 472 // WaitForIOCompletion(), there is a good chance there are still more
483 more_work_is_plausible |= WaitForIOCompletion(0, NULL);
517 WaitForIOCompletion(timeout, NULL);
520 bool MessagePumpForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
message_loop.cc 699 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
700 return ToPumpIO(pump_.get())->WaitForIOCompletion(timeout, filter);
message_loop.h 639 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
message_loop_unittest.cc 536 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(300, this));
537 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(400, this));
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
file_win.cc 249 base::MessageLoopForIO::current()->WaitForIOCompletion(100, handler);
  /external/chromium_org/ipc/
ipc_channel_win.cc 103 base::MessageLoopForIO::current()->WaitForIOCompletion(INFINITE, this);

Completed in 123 milliseconds