Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dtest_io_thread.cc12 TestIOThread::TestIOThread(Mode mode) in TestIOThread() function in base::TestIOThread
24 TestIOThread::~TestIOThread() { in ~TestIOThread()
28 void TestIOThread::Start() { in Start()
35 void TestIOThread::Stop() { in Stop()
41 void TestIOThread::PostTask(const Location& from_here, base::OnceClosure task) { in PostTask()
Dtest_io_thread.h28 class TestIOThread {
31 explicit TestIOThread(Mode mode);
33 ~TestIOThread();
55 DISALLOW_COPY_AND_ASSIGN(TestIOThread);
/external/libchrome/mojo/core/test/
Drun_all_perftests.cc19 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); in main()
Drun_all_unittests.cc42 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); in main()
/external/libchrome/ipc/
Drun_all_perftests.cc18 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); in main()
Drun_all_unittests.cc21 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); in main()
/external/libchrome/base/trace_event/
Dmemory_dump_manager_unittest.cc601 std::vector<std::unique_ptr<TestIOThread>> threads; in TEST_F()
606 WrapUnique(new TestIOThread(TestIOThread::kAutoStart))); in TEST_F()
650 std::vector<std::unique_ptr<TestIOThread>> threads; in TEST_F()
655 WrapUnique(new TestIOThread(TestIOThread::kAutoStart))); in TEST_F()
667 TestIOThread* other_thread = threads[other_idx].get(); in TEST_F()
675 base::BindOnce(&TestIOThread::Stop, base::Unretained(other_thread))); in TEST_F()
758 TestIOThread thread_for_unregistration(TestIOThread::kAutoStart); in TEST_F()