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

  /external/libchrome/base/metrics/
persistent_memory_allocator.cc 130 : allocator_(allocator), last_record_(kReferenceQueue), record_count_(0) {}
135 : allocator_(allocator), last_record_(starting_after), record_count_(0) {
142 last_record_.store(kReferenceQueue, std::memory_order_release);
162 Reference last = last_record_.load(std::memory_order_acquire);
196 if (last_record_.compare_exchange_strong(last, next)) {
    [all...]
persistent_memory_allocator.h 108 std::atomic<Reference> last_record_; member in class:base::PersistentMemoryAllocator::Iterator

Completed in 80 milliseconds