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

  /external/libchrome/base/message_loop/
message_loop.cc 655 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
656 return ToPumpIO(pump_.get())->WaitForIOCompletion(timeout, filter);
message_loop.h 611 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
message_loop_unittest.cc 528 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(300, this));
529 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(400, this));
    [all...]

Completed in 60 milliseconds