Searched refs:CounterThread (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator_unittest.cc | 318 class CounterThread : public SimpleThread { class 320 CounterThread(const std::string& name, in CounterThread() function in base::CounterThread 366 DISALLOW_COPY_AND_ASSIGN(CounterThread); 392 CounterThread t1("t1", &iter, &lock, &condition, &wake_up); in TEST_F() 393 CounterThread t2("t2", &iter, &lock, &condition, &wake_up); in TEST_F() 394 CounterThread t3("t3", &iter, &lock, &condition, &wake_up); in TEST_F() 395 CounterThread t4("t4", &iter, &lock, &condition, &wake_up); in TEST_F() 396 CounterThread t5("t5", &iter, &lock, &condition, &wake_up); in TEST_F()
|