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

  /external/chromium/base/
message_loop.cc 616 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
617 return pump_io()->WaitForIOCompletion(timeout, filter);
message_pump_win.cc 442 // WaitForIOCompletion(), there is a good chance there are still more
453 more_work_is_plausible |= WaitForIOCompletion(0, NULL);
487 WaitForIOCompletion(timeout, NULL);
490 bool MessagePumpForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {

Completed in 469 milliseconds