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