Searched refs:WaitForIOCompletion (Results 1 – 3 of 3) sorted by relevance
758 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) { in WaitForIOCompletion() function in base::MessageLoopForIO759 return ToPumpIO(pump_.get())->WaitForIOCompletion(timeout, filter); in WaitForIOCompletion()
680 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
476 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(300, this)); in WaitForIO()477 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(400, this)); in WaitForIO()