Searched refs:counter_t (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/drd/tests/
H A Dannotate_smart_pointer.cpp162 typedef AtomicInt32 counter_t; typedef in class:smart_ptr
173 set(pT, pT ? new counter_t(0) : NULL);
180 set(q, q ? new counter_t(0) : NULL);
209 set(p, p ? new counter_t(0) : NULL);
216 set(q, q ? new counter_t(0) : NULL);
233 void set(T* const pT, counter_t* const count_ptr)
259 counter_t* m_count_ptr;

Completed in 200 milliseconds