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/main/drd/tests/
annotate_smart_pointer.cpp
161
typedef AtomicInt32
counter_t
;
typedef in class:smart_ptr
172
set(pT, pT ? new
counter_t
(0) : NULL);
179
set(q, q ? new
counter_t
(0) : NULL);
208
set(p, p ? new
counter_t
(0) : NULL);
215
set(q, q ? new
counter_t
(0) : NULL);
232
void set(T* const pT,
counter_t
* const count_ptr)
258
counter_t
* m_count_ptr;
Completed in 212 milliseconds