Home
last modified time | relevance | path

Searched refs:memory_order_relaxed (Results 1 – 10 of 10) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dstop_token.hpp274 (__state_.load(std::memory_order_relaxed) & __locked_flag_) == 0); in ~inplace_stop_source()
318 auto __old_state = __state_.load(std::memory_order_relaxed); in __lock_()
324 __old_state = __state_.load(std::memory_order_relaxed); in __lock_()
328 std::memory_order_relaxed)); in __lock_()
342 auto __old_state = __state_.load(std::memory_order_relaxed); in __try_lock_unless_stop_requested_()
359 __old_state = __state_.load(std::memory_order_relaxed); in __try_lock_unless_stop_requested_()
366 std::memory_order_acq_rel, std::memory_order_relaxed)); in __try_lock_unless_stop_requested_()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_mpsc_queue.hpp42 __nil_.store(nullptr, std::memory_order_relaxed); in push_back_nil()
51 (__new_node->*_Next).store(nullptr, std::memory_order_relaxed); in push_back()
H A D__intrusive_ptr.hpp123 std::memory_order_relaxed); in __inc_ref_()
142 auto __old = __ref_count_.load(std::memory_order_relaxed); in __is_set_()
H A D__when_all.hpp221 switch (__state_.load(std::memory_order_relaxed)) in __complete()
/openbmc/qemu/rust/
H A Dwrapper.h41 memory_order_relaxed, enumerator
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dstdatomic.patch42 +using std::memory_order::memory_order_relaxed;
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dstdatomic.patch42 +using std::memory_order::memory_order_relaxed;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/
H A D0001-cmake-Add-check-for-atomic-support.patch82 + uint64_t i = x.load(std::memory_order_relaxed);
/openbmc/linux/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c439 memory_order_relaxed)); in guest_perform_sync()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch2601 - atomic_fetch_add_explicit(&s->refcount, 1, memory_order_relaxed);