Home
last modified time | relevance | path

Searched refs:WaitForIOCompletion (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop_current.cc214 bool MessageLoopCurrentForIO::WaitForIOCompletion( in WaitForIOCompletion() function in base::MessageLoopCurrentForIO
218 return pump_->WaitForIOCompletion(timeout, filter); in WaitForIOCompletion()
Dmessage_loop_current.h264 bool WaitForIOCompletion(DWORD timeout, MessagePumpForIO::IOHandler* filter);
Dmessage_loop_unittest.cc670 EXPECT_TRUE(MessageLoopCurrentForIO::Get()->WaitForIOCompletion(300, this)); in WaitForIO()
671 EXPECT_TRUE(MessageLoopCurrentForIO::Get()->WaitForIOCompletion(400, this)); in WaitForIO()