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

  /external/chromium_org/base/message_loop/
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);

Completed in 1322 milliseconds