Home | History | Annotate | Download | only in tests

Lines Matching refs:counter

262 class counter
265 counter()
268 ~counter()
300 smart_ptr<counter>* pp = reinterpret_cast<smart_ptr<counter>*>(arg);
316 smart_ptr<counter> p(new counter);
319 q->Create(thread_func, new smart_ptr<counter>(p));
321 // Avoid that counter.m_mutex introduces a false ordering on the
322 // counter.m_count accesses.