Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc54 subtle::AtomicWord g_histogram_allocator = 0; variable
893 CHECK(!subtle::NoBarrier_Load(&g_histogram_allocator)); in Set()
894 subtle::Release_Store(&g_histogram_allocator, in Set()
905 subtle::Acquire_Load(&g_histogram_allocator)); in Get()
926 subtle::Release_Store(&g_histogram_allocator, 0); in ReleaseForTesting()
/external/cronet/base/metrics/
Dpersistent_histogram_allocator.cc61 subtle::AtomicWord g_histogram_allocator = 0; variable
874 CHECK(!subtle::NoBarrier_Load(&g_histogram_allocator)); in Set()
875 subtle::Release_Store(&g_histogram_allocator, in Set()
886 subtle::Acquire_Load(&g_histogram_allocator)); in Get()
907 subtle::Release_Store(&g_histogram_allocator, 0); in ReleaseForTesting()