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

  /external/chromium/base/
message_pump_win.cc 447 // WaitForIOCompletion(), there is a good chance there are still more
458 more_work_is_plausible |= WaitForIOCompletion(0, NULL);
492 WaitForIOCompletion(timeout, NULL);
495 bool MessagePumpForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
message_loop.cc 712 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
713 return pump_io()->WaitForIOCompletion(timeout, filter);

Completed in 192 milliseconds