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

/external/valgrind/drd/tests/
H A Dannotate_smart_pointer.cpp47 class AtomicInt32 class
50 AtomicInt32(const int value = 0) : m_value(value) { } function in class:AtomicInt32
51 ~AtomicInt32() { }
109 class AtomicInt32 class
112 AtomicInt32(const int value = 0) : m_value(value) { } function in class:AtomicInt32
113 ~AtomicInt32() { }
162 typedef AtomicInt32 counter_t;
H A Dannotate_smart_pointer2.stderr.exp4 by 0x........: smart_ptr<counter>::set(counter*, AtomicInt32*) (annotate_smart_pointer.cpp:?)

Completed in 128 milliseconds