Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dtest_io_thread.cc24 : io_thread_("test_io_thread"), io_thread_started_(false) { in TestIOThread()
42 CHECK(io_thread_.StartWithOptions( in Start()
48 io_thread_.Stop(); in Stop()
Dtest_io_thread.h43 return static_cast<base::MessageLoopForIO*>(io_thread_.message_loop()); in message_loop()
51 base::Thread io_thread_;
/external/libchrome/base/message_loop/
Dmessage_loop_task_runner_unittest.cc268 ASSERT_TRUE(io_thread_->task_runner()->BelongsToCurrentThread()); in AssertOnIOThread()
269 ASSERT_EQ(io_thread_->task_runner(), ThreadTaskRunnerHandle::Get()); in AssertOnIOThread()
279 io_thread_.reset(new Thread("MessageLoopTaskRunnerThreadingTest_IO")); in SetUp()
281 io_thread_->Start(); in SetUp()
286 io_thread_->Stop(); in TearDown()
311 std::unique_ptr<Thread> io_thread_; member in base::MessageLoopTaskRunnerThreadingTest
319 EXPECT_TRUE(io_thread_->task_runner()->ReleaseSoon(FROM_HERE, this)); in TEST_F()