HomeSort by relevance Sort by last modified time
    Searched refs:atomic_histogram_pointer (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/metrics/
histogram_macros_internal.h 36 // definition of |atomic_histogram_pointer| from its use. To achieve this we
37 // define HISTOGRAM_POINTER_USE, which uses an |atomic_histogram_pointer|, and
38 // STATIC_HISTOGRAM_POINTER_BLOCK, which defines an |atomic_histogram_pointer|
40 #define HISTOGRAM_POINTER_USE(atomic_histogram_pointer, \
51 base::subtle::Acquire_Load(atomic_histogram_pointer))); \
71 atomic_histogram_pointer, \
80 // Defines the static |atomic_histogram_pointer| and forwards to
90 static base::subtle::AtomicWord atomic_histogram_pointer = 0; \
91 HISTOGRAM_POINTER_USE(&atomic_histogram_pointer, constant_histogram_name, \
persistent_histogram_allocator.cc 496 static base::subtle::AtomicWord atomic_histogram_pointer = 0; local
499 base::subtle::Acquire_Load(&atomic_histogram_pointer));
519 &atomic_histogram_pointer,
    [all...]
  /external/webrtc/webrtc/system_wrappers/include/
metrics.h 131 static webrtc::metrics::Histogram* atomic_histogram_pointer = nullptr; \
133 rtc::AtomicOps::AcquireLoadPtr(&atomic_histogram_pointer); \
138 &atomic_histogram_pointer, \

Completed in 77 milliseconds