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

/external/chromium/base/
H A Dmessage_pump_win.cc447 // 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) { function in class:base::MessagePumpForIO
H A Dmessage_loop.cc712 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) { function in class:MessageLoopForIO
713 return pump_io()->WaitForIOCompletion(timeout, filter);

Completed in 142 milliseconds