OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:counter_t
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
global_typedef.hpp
31
typedef unsigned long
counter_t
;
typedef in namespace:boost::unit_test
/external/valgrind/drd/tests/
annotate_smart_pointer.cpp
162
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 110 milliseconds