Searched refs:TestIOThread (Results 1 – 3 of 3) 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);
551 std::vector<scoped_ptr<TestIOThread>> threads; in TEST_F()556 make_scoped_ptr(new TestIOThread(TestIOThread::kAutoStart))); in TEST_F()568 TestIOThread* other_thread = threads[other_idx].get(); in TEST_F()601 std::vector<scoped_ptr<TestIOThread>> threads; in TEST_F()606 make_scoped_ptr(new TestIOThread(TestIOThread::kAutoStart))); in TEST_F()618 TestIOThread* other_thread = threads[other_idx].get(); in TEST_F()929 TestIOThread thread_for_unregistration(TestIOThread::kAutoStart); in TEST_F()