Home
last modified time | relevance | path

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

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