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 154 : allocator_(allocator), last_record_(kReferenceQueue), record_count_(0) {}
159 : allocator_(allocator), last_record_(0), record_count_(0) {
164 last_record_.store(kReferenceQueue, std::memory_order_relaxed);
174 last_record_.store(starting_after, std::memory_order_relaxed);
183 last_record_.store(kReferenceQueue, std::memory_order_release);
189 Reference last = last_record_.load(std::memory_order_relaxed);
211 Reference last = last_record_.load(std::memory_order_acquire);
245 if (last_record_.compare_exchange_strong(
    [all...]
persistent_memory_allocator.h 223 std::atomic<Reference> last_record_; member in class:base::PersistentMemoryAllocator::Iterator
    [all...]

Completed in 811 milliseconds