Searched refs:WaitForIOCompletion (Results 1 – 3 of 3) sorted by relevance
214 bool MessageLoopCurrentForIO::WaitForIOCompletion( in WaitForIOCompletion() function in base::MessageLoopCurrentForIO218 return pump_->WaitForIOCompletion(timeout, filter); in WaitForIOCompletion()
264 bool WaitForIOCompletion(DWORD timeout, MessagePumpForIO::IOHandler* filter);
670 EXPECT_TRUE(MessageLoopCurrentForIO::Get()->WaitForIOCompletion(300, this)); in WaitForIO()671 EXPECT_TRUE(MessageLoopCurrentForIO::Get()->WaitForIOCompletion(400, this)); in WaitForIO()