Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc154 : allocator_(allocator), last_record_(kReferenceQueue), record_count_(0) {} in Iterator()
159 : allocator_(allocator), last_record_(0), record_count_(0) { in Iterator()
164 last_record_.store(kReferenceQueue, std::memory_order_relaxed); in Reset()
174 last_record_.store(starting_after, std::memory_order_relaxed); in Reset()
183 last_record_.store(kReferenceQueue, std::memory_order_release); in Reset()
189 Reference last = last_record_.load(std::memory_order_relaxed); in GetLast()
211 Reference last = last_record_.load(std::memory_order_acquire); in GetNext()
245 if (last_record_.compare_exchange_strong( in GetNext()
Dpersistent_memory_allocator.h223 std::atomic<Reference> last_record_; variable