HomeSort by relevance Sort by last modified time
    Searched refs:io_thread_ (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/test/
test_io_thread.cc 12 : io_thread_("test_io_thread"), io_thread_started_(false) {
30 CHECK(io_thread_.StartWithOptions(
36 io_thread_.Stop();
test_io_thread.h 45 return static_cast<base::MessageLoopForIO*>(io_thread_.message_loop());
53 base::Thread io_thread_; member in class:base::TestIOThread
  /external/libchrome/base/message_loop/
message_loop_task_runner_unittest.cc 270 ASSERT_TRUE(io_thread_->task_runner()->BelongsToCurrentThread());
271 ASSERT_EQ(io_thread_->task_runner(), ThreadTaskRunnerHandle::Get());
281 io_thread_.reset(new Thread("MessageLoopTaskRunnerThreadingTest_IO"));
283 io_thread_->Start();
288 io_thread_->Stop();
313 std::unique_ptr<Thread> io_thread_; member in class:base::MessageLoopTaskRunnerThreadingTest
321 EXPECT_TRUE(io_thread_->task_runner()->ReleaseSoon(FROM_HERE, this));

Completed in 73 milliseconds