Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/metrics/
H A 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()
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_histogram_allocator.cc61 subtle::AtomicWord g_histogram_allocator = 0; variable
960 CHECK(!subtle::NoBarrier_Load(&g_histogram_allocator)); in Set()
961 subtle::Release_Store(&g_histogram_allocator, in Set()
986 subtle::Acquire_Load(&g_histogram_allocator)); in Get()
1006 subtle::Release_Store(&g_histogram_allocator, 0); in ReleaseForTesting()