Lines Matching refs:load
100 …: mark(other.mark), my_size(other.my_size.load(std::memory_order_relaxed)), my_compare(other.my_co… in concurrent_priority_queue()
107 …: mark(other.mark), my_size(other.my_size.load(std::memory_order_relaxed)), my_compare(other.my_co… in concurrent_priority_queue()
114 …: mark(other.mark), my_size(other.my_size.load(std::memory_order_relaxed)), my_compare(other.my_co… in concurrent_priority_queue()
121 …: mark(other.mark), my_size(other.my_size.load(std::memory_order_relaxed)), my_compare(other.my_co… in concurrent_priority_queue()
131 my_size.store(other.my_size.load(std::memory_order_relaxed), std::memory_order_relaxed);
141 my_size.store(other.my_size.load(std::memory_order_relaxed), std::memory_order_relaxed);
170 size_type size() const { return my_size.load(std::memory_order_relaxed); } in size()
219 size_type sz = my_size.load(std::memory_order_relaxed); in swap()
220 my_size.store(other.my_size.load(std::memory_order_relaxed), std::memory_order_relaxed); in swap()
272 op_list = op_list->next.load(std::memory_order_relaxed); in handle_operations()
279 … my_size.store(my_size.load(std::memory_order_relaxed) - 1, std::memory_order_relaxed); in handle_operations()
299 … my_size.store(my_size.load(std::memory_order_relaxed) + 1, std::memory_order_relaxed); in handle_operations()
313 pop_list = pop_list->next.load(std::memory_order_relaxed); in handle_operations()
324 … my_size.store(my_size.load(std::memory_order_relaxed) - 1, std::memory_order_relaxed); in handle_operations()
329 … my_size.store(my_size.load(std::memory_order_relaxed) - 1, std::memory_order_relaxed); in handle_operations()