Home
last modified time | relevance | path

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.hpp44 __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.hpp130 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 Dwrapper.h45 memory_order_acq_rel, enumerator
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dsvm_nested_soft_inject_test.c60 #define nmi_stage_inc() atomic_fetch_add_explicit(&nmi_stage, 1, memory_order_acq_rel)
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dstop_token.hpp366 std::memory_order_acq_rel, std::memory_order_relaxed)); in __try_lock_unless_stop_requested_()
/openbmc/linux/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c438 memory_order_acq_rel, in guest_perform_sync()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch2427 - atomic_fetch_sub_explicit(&s->refcount, 1, memory_order_acq_rel);