Home
last modified time | relevance | path

Searched refs:TestIOThread (Results 1 – 5 of 5) 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/libmojo/mojo/edk/test/
Drun_all_perftests.cc23 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); in main()
Drun_all_unittests.cc45 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); in main()
/external/libchrome/base/trace_event/
Dmemory_dump_manager_unittest.cc673 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()