HomeSort by relevance Sort by last modified time
    Searched refs:TestIOThread (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/test/
test_io_thread.cc 11 TestIOThread::TestIOThread(Mode mode)
23 TestIOThread::~TestIOThread() {
27 void TestIOThread::Start() {
34 void TestIOThread::Stop() {
40 void TestIOThread::PostTask(const tracked_objects::Location& from_here,
test_io_thread.h 28 class TestIOThread {
31 explicit TestIOThread(Mode mode);
33 ~TestIOThread();
56 DISALLOW_COPY_AND_ASSIGN(TestIOThread);
  /external/libmojo/mojo/edk/test/
run_all_perftests.cc 19 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart);
run_all_unittests.cc 41 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart);
  /external/libchrome/base/trace_event/
memory_dump_manager_unittest.cc 714 std::vector<std::unique_ptr<TestIOThread>> threads;
719 WrapUnique(new TestIOThread(TestIOThread::kAutoStart)));
731 // TestIOThread's task runner must be obtained from the main thread but can
    [all...]

Completed in 158 milliseconds