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 491 // WaitForIOCompletion(), there is a good chance there are still more
502 more_work_is_plausible |= WaitForIOCompletion(0, NULL);
536 WaitForIOCompletion(timeout, NULL);
539 bool MessagePumpForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
message_loop.cc 722 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
723 return ToPumpIO(pump_.get())->WaitForIOCompletion(timeout, filter);

Completed in 446 milliseconds