Home
last modified time | relevance | path

Searched defs:compare_exchange (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/libcxxabi/src/include/
H A Datomic_support.h201 …bool compare_exchange(IntType *expected, IntType desired, MemoryOrder ord_success, MemoryOrder ord… in compare_exchange() function
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/
Depoch.rs117 pub(crate) fn compare_exchange( in compare_exchange() method
Datomic.rs485 pub fn compare_exchange<'g, P>( in compare_exchange() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/loom/std/
Datomic_u64_as_mutex.rs44 pub(crate) fn compare_exchange( in compare_exchange() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/sync/
H A Datomic.rs776 pub fn compare_exchange( in compare_exchange() method
1583 pub fn compare_exchange( in compare_exchange() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/sync/
H A Datomic.rs776 pub fn compare_exchange( in compare_exchange() method
1583 pub fn compare_exchange( in compare_exchange() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/sync/
H A Datomic.rs776 pub fn compare_exchange( in compare_exchange() method
1584 pub fn compare_exchange( in compare_exchange() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/sync/
H A Datomic.rs776 pub fn compare_exchange( in compare_exchange() method
1584 pub fn compare_exchange( in compare_exchange() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/sync/
H A Datomic.rs776 pub fn compare_exchange( in compare_exchange() method
1583 pub fn compare_exchange( in compare_exchange() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/
Datomic_shared_ptr.hpp36 bool compare_exchange( shared_ptr<T>& v, shared_ptr<T> w ) BOOST_SP_NOEXCEPT in compare_exchange() function in boost::atomic_shared_ptr
/aosp_15_r20/external/rust/android-crates-io/crates/atomic/src/
Dlib.rs193 pub fn compare_exchange( in compare_exchange() method
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_guard_impl.h144 …bool compare_exchange(IntType* expected, IntType desired, MemoryOrder ord_success, MemoryOrder ord… in compare_exchange() function
/aosp_15_r20/external/rust/android-crates-io/crates/spin/src/
Donce.rs105 pub fn compare_exchange( in compare_exchange() method
Drwlock.rs787 fn compare_exchange( in compare_exchange() function
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-utils/src/atomic/
Datomic_cell.rs265 pub fn compare_exchange(&self, current: T, new: T) -> Result<T, T> { in compare_exchange() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/log-0.4.21/src/
H A Dlib.rs389 fn compare_exchange( in compare_exchange() method
/aosp_15_r20/external/rust/android-crates-io/crates/log/src/
Dlib.rs433 fn compare_exchange( in compare_exchange() method
/aosp_15_r20/external/mesa3d/include/CL/
H A Dcl.hpp1074 inline int compare_exchange(std::atomic<int> * dest, int exchange, int comparand) in compare_exchange() function