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.h 680 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
message_loop.cc 758 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
759 return ToPumpIO(pump_.get())->WaitForIOCompletion(timeout, filter);
message_loop_unittest.cc 476 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(300, this));
477 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(400, this));
    [all...]

Completed in 1161 milliseconds