Searched refs:memory_order_acq_rel (Results 1 – 7 of 7) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __intrusive_mpsc_queue.hpp | 44 __back_.exchange(&__nil_, std::memory_order_acq_rel)); in push_back_nil() 53 __back_.exchange(__new_node, std::memory_order_acq_rel); in push_back()
|
H A D | __intrusive_ptr.hpp | 130 std::memory_order_acq_rel); in __dec_ref_() 151 auto __old = __ref_count_.fetch_or(__mask, std::memory_order_acq_rel); in __set_bit_() 161 auto __old = __ref_count_.fetch_and(~__mask, std::memory_order_acq_rel); in __clear_bit_()
|
/openbmc/qemu/rust/ |
H A D | wrapper.h | 45 memory_order_acq_rel, enumerator
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | svm_nested_soft_inject_test.c | 60 #define nmi_stage_inc() atomic_fetch_add_explicit(&nmi_stage, 1, memory_order_acq_rel)
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | stop_token.hpp | 366 std::memory_order_acq_rel, std::memory_order_relaxed)); in __try_lock_unless_stop_requested_()
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | memslot_perf_test.c | 438 memory_order_acq_rel, in guest_perform_sync()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 2427 - atomic_fetch_sub_explicit(&s->refcount, 1, memory_order_acq_rel);
|