Searched refs:io_thread_ (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/test/ |
D | test_io_thread.cc | 13 : io_thread_("test_io_thread"), io_thread_started_(false) { in TestIOThread() 31 CHECK(io_thread_.StartWithOptions( in Start() 37 io_thread_.Stop(); in Stop()
|
D | test_io_thread.h | 44 return static_cast<base::MessageLoopForIO*>(io_thread_.message_loop()); in message_loop() 52 base::Thread io_thread_;
|
/external/libchrome/base/message_loop/ |
D | message_loop_task_runner_unittest.cc | 270 ASSERT_TRUE(io_thread_->task_runner()->BelongsToCurrentThread()); in AssertOnIOThread() 271 ASSERT_EQ(io_thread_->task_runner(), ThreadTaskRunnerHandle::Get()); in AssertOnIOThread() 281 io_thread_.reset(new Thread("MessageLoopTaskRunnerThreadingTest_IO")); in SetUp() 283 io_thread_->Start(); in SetUp() 288 io_thread_->Stop(); in TearDown() 313 std::unique_ptr<Thread> io_thread_; member in base::MessageLoopTaskRunnerThreadingTest 321 EXPECT_TRUE(io_thread_->task_runner()->ReleaseSoon(FROM_HERE, this)); in TEST_F()
|
/external/libchrome/ipc/ |
D | ipc_channel_mojo_unittest.cc | 783 io_thread_("ChannelProxyRunner IO thread"), in ChannelProxyRunner() 789 io_thread_.StartWithOptions( in CreateProxy() 791 proxy_ = IPC::SyncChannel::Create(listener, io_thread_.task_runner(), in CreateProxy() 800 std::move(handle_), io_thread_.task_runner(), in RunProxy() 804 std::move(handle_), io_thread_.task_runner(), in RunProxy() 816 base::Thread io_thread_; member in __anonc17630240111::ChannelProxyRunner
|