/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/ |
D | core_arch_ops_msvc_x86.hpp | 174 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 179 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 244 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 317 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 419 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 492 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 803 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function
|
D | core_arch_ops_msvc_arm.hpp | 248 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 413 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 578 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 743 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function
|
D | core_arch_ops_gcc_x86.hpp | 186 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 283 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 379 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 830 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function
|
D | core_arch_ops_gcc_ppc.hpp | 244 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 475 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 806 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 1137 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function
|
D | core_arch_ops_gcc_aarch32.hpp | 231 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 493 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 753 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 1029 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function
|
D | core_arch_ops_gcc_arm.hpp | 233 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 499 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 893 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 1317 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function
|
D | core_arch_ops_gcc_aarch64.hpp | 313 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 699 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 1083 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 1467 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 1805 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function
|
D | core_arch_ops_gcc_alpha.hpp | 261 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function 772 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function
|
D | core_ops_cas_based.hpp | 53 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function
|
D | core_ops_windows.hpp | 140 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function
|
D | core_ops_gcc_atomic.hpp | 129 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function
|
D | core_ops_gcc_sync.hpp | 159 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function
|
D | core_operations_emulated.hpp | 146 …static storage_type fetch_and(storage_type volatile& storage, storage_type v, memory_order) BOOST_… in fetch_and() function
|
D | atomic_ref_impl.hpp | 351 …BOOST_FORCEINLINE value_type fetch_and(value_arg_type v, memory_order order = memory_order_seq_cst… in fetch_and() function in boost::atomics::detail::base_atomic_ref
|
D | atomic_impl.hpp | 384 …BOOST_FORCEINLINE value_type fetch_and(value_arg_type v, memory_order order = memory_order_seq_cst… in fetch_and() function in boost::atomics::detail::base_atomic
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 914 pub fn fetch_and(&self, val: bool, order: Ordering) -> bool { in fetch_and() method 1973 pub fn fetch_and(&self, val: usize, order: Ordering) -> *mut T { in fetch_and() 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 | 914 pub fn fetch_and(&self, val: bool, order: Ordering) -> bool { in fetch_and() method 1973 pub fn fetch_and(&self, val: usize, order: Ordering) -> *mut T { in fetch_and() 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 | 914 pub fn fetch_and(&self, val: bool, order: Ordering) -> bool { in fetch_and() method 1974 pub fn fetch_and(&self, val: usize, order: Ordering) -> *mut T { in fetch_and() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 914 pub fn fetch_and(&self, val: bool, order: Ordering) -> bool { in fetch_and() method 1974 pub fn fetch_and(&self, val: usize, order: Ordering) -> *mut T { in fetch_and() 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 | 914 pub fn fetch_and(&self, val: bool, order: Ordering) -> bool { in fetch_and() method 1973 pub fn fetch_and(&self, val: usize, order: Ordering) -> *mut T { in fetch_and() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/atomic/src/ |
D | lib.rs | 295 pub fn fetch_and(&self, val: bool, order: Ordering) -> bool { in fetch_and() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-utils/src/atomic/ |
D | atomic_cell.rs | 822 pub fn fetch_and(&self, val: bool) -> bool { in fetch_and() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/ |
D | atomic.rs | 799 pub fn fetch_and<'g>(&self, val: usize, ord: Ordering, _: &'g Guard) -> Shared<'g, T> { in fetch_and() method
|