Searched refs:WaitForIOCompletion (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/base/message_loop/ |
D | message_pump_win.cc | 483 more_work_is_plausible |= WaitForIOCompletion(0, NULL); in DoRunLoop() 517 WaitForIOCompletion(timeout, NULL); in WaitForWork() 520 bool MessagePumpForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) { in WaitForIOCompletion() function in base::MessagePumpForIO
|
D | message_pump_win.h | 296 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
|
D | message_loop.cc | 699 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) { in WaitForIOCompletion() function in base::MessageLoopForIO 700 return ToPumpIO(pump_.get())->WaitForIOCompletion(timeout, filter); in WaitForIOCompletion()
|
D | message_loop.h | 639 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
|
D | message_loop_unittest.cc | 536 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(300, this)); in WaitForIO() 537 EXPECT_TRUE(MessageLoopForIO::current()->WaitForIOCompletion(400, this)); in WaitForIO()
|
/external/chromium_org/net/disk_cache/blockfile/ |
D | file_win.cc | 249 base::MessageLoopForIO::current()->WaitForIOCompletion(100, handler); in WaitForPendingIO()
|
/external/chromium_org/ipc/ |
D | ipc_channel_win.cc | 103 base::MessageLoopForIO::current()->WaitForIOCompletion(INFINITE, this); in Close()
|