/aosp_15_r20/external/libcxxabi/src/include/ |
H A D | atomic_support.h | 201 …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/ |
D | epoch.rs | 117 pub(crate) fn compare_exchange( in compare_exchange() method
|
D | atomic.rs | 485 pub fn compare_exchange<'g, P>( in compare_exchange() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/loom/std/ |
D | atomic_u64_as_mutex.rs | 44 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 D | atomic.rs | 776 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 D | atomic.rs | 776 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 D | atomic.rs | 776 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 D | atomic.rs | 776 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 D | atomic.rs | 776 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/ |
D | atomic_shared_ptr.hpp | 36 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/ |
D | lib.rs | 193 pub fn compare_exchange( in compare_exchange() method
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/ |
H A D | cxa_guard_impl.h | 144 …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/ |
D | once.rs | 105 pub fn compare_exchange( in compare_exchange() method
|
D | rwlock.rs | 787 fn compare_exchange( in compare_exchange() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-utils/src/atomic/ |
D | atomic_cell.rs | 265 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 D | lib.rs | 389 fn compare_exchange( in compare_exchange() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/log/src/ |
D | lib.rs | 433 fn compare_exchange( in compare_exchange() method
|
/aosp_15_r20/external/mesa3d/include/CL/ |
H A D | cl.hpp | 1074 inline int compare_exchange(std::atomic<int> * dest, int exchange, int comparand) in compare_exchange() function
|