Searched refs:TestIOThread (Results 1 – 5 of 5) sorted by relevance
23 TestIOThread::TestIOThread(Mode mode) in TestIOThread() function in base::TestIOThread35 TestIOThread::~TestIOThread() { in ~TestIOThread()39 void TestIOThread::Start() { in Start()46 void TestIOThread::Stop() { in Stop()52 void TestIOThread::PostTask(const tracked_objects::Location& from_here, in PostTask()57 void TestIOThread::PostTaskAndWait(const tracked_objects::Location& from_here, in PostTaskAndWait()
21 class TestIOThread {24 explicit TestIOThread(Mode mode);26 ~TestIOThread();54 DISALLOW_COPY_AND_ASSIGN(TestIOThread);
23 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); in main()
45 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); in main()
673 std::vector<std::unique_ptr<TestIOThread>> threads; in TEST_F()678 WrapUnique(new TestIOThread(TestIOThread::kAutoStart))); in TEST_F()690 TestIOThread* other_thread = threads[other_idx].get(); in TEST_F()723 std::vector<std::unique_ptr<TestIOThread>> threads; in TEST_F()728 WrapUnique(new TestIOThread(TestIOThread::kAutoStart))); in TEST_F()740 TestIOThread* other_thread = threads[other_idx].get(); in TEST_F()1087 TestIOThread thread_for_unregistration(TestIOThread::kAutoStart); in TEST_F()