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