Home
last modified time | relevance | path

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

/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler_unittest.cc82 class MyThread1 : public SimpleThread { class
84 MyThread1() : SimpleThread("MyThread1") {} in MyThread1() function in base::__anon9475975c0111::MyThread1
143 SimpleThread* t1 = new MyThread1(); in TEST_F()