Searched refs:io_thread_ (Results 1 – 3 of 3) sorted by relevance
268 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::MessageLoopTaskRunnerThreadingTest319 EXPECT_TRUE(io_thread_->task_runner()->ReleaseSoon(FROM_HERE, this)); in TEST_F()
24 : io_thread_("test_io_thread"), io_thread_started_(false) { in TestIOThread()42 CHECK(io_thread_.StartWithOptions( in Start()48 io_thread_.Stop(); in Stop()
43 return static_cast<base::MessageLoopForIO*>(io_thread_.message_loop()); in message_loop()51 base::Thread io_thread_;