Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dtest_io_thread.cc23 TestIOThread::TestIOThread(Mode mode) in TestIOThread() function in base::TestIOThread
35 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()
Dtest_io_thread.h21 class TestIOThread {
24 explicit TestIOThread(Mode mode);
26 ~TestIOThread();
54 DISALLOW_COPY_AND_ASSIGN(TestIOThread);
/external/libchrome/base/trace_event/
Dmemory_dump_manager_unittest.cc551 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()