Searched defs:WaitForIOCompletion (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dmessage_pump_win.cc472 // 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) { function in class:base::MessagePumpForIO
H A Dmessage_loop.cc699 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) { function in class:base::MessageLoopForIO
700 return ToPumpIO(pump_.get())->WaitForIOCompletion(timeout, filter);

Completed in 179 milliseconds