Searched refs:TestIOThread (Results 1 – 6 of 6) sorted by relevance
12 TestIOThread::TestIOThread(Mode mode) in TestIOThread() function in base::TestIOThread24 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()
28 class TestIOThread {31 explicit TestIOThread(Mode mode);33 ~TestIOThread();55 DISALLOW_COPY_AND_ASSIGN(TestIOThread);
18 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); in main()
21 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); in main()
19 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); in main()
42 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); in main()