/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/ |
D | core_arch_ops_msvc_x86.hpp | 188 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 193 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 249 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 338 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 424 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 513 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 808 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function
|
D | core_arch_ops_msvc_arm.hpp | 271 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 436 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 601 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 766 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function
|
D | core_arch_ops_gcc_x86.hpp | 193 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 290 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 386 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 837 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function
|
D | core_arch_ops_gcc_ppc.hpp | 263 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 494 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 825 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 1156 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function
|
D | core_arch_ops_gcc_aarch32.hpp | 255 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 517 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 777 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 1054 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function
|
D | core_arch_ops_gcc_arm.hpp | 259 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 525 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 919 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 1344 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function
|
D | core_arch_ops_gcc_aarch64.hpp | 351 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 737 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 1121 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 1505 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 1834 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function
|
D | core_arch_ops_gcc_alpha.hpp | 287 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function 798 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function
|
D | core_ops_cas_based.hpp | 61 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function
|
D | core_ops_windows.hpp | 154 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function
|
D | core_ops_gcc_atomic.hpp | 134 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function
|
D | core_ops_gcc_sync.hpp | 164 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function
|
D | core_operations_emulated.hpp | 156 …static storage_type fetch_or(storage_type volatile& storage, storage_type v, memory_order) BOOST_N… in fetch_or() function
|
D | atomic_ref_impl.hpp | 356 …BOOST_FORCEINLINE value_type fetch_or(value_arg_type v, memory_order order = memory_order_seq_cst)… in fetch_or() function in boost::atomics::detail::base_atomic_ref
|
D | atomic_impl.hpp | 389 …BOOST_FORCEINLINE value_type fetch_or(value_arg_type v, memory_order order = memory_order_seq_cst)… in fetch_or() function in boost::atomics::detail::base_atomic
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/loom/std/ |
D | atomic_u64_as_mutex.rs | 37 pub(crate) fn fetch_or(&self, val: u64, _: Ordering) -> u64 { in fetch_or() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 1008 pub fn fetch_or(&self, val: bool, order: Ordering) -> bool { in fetch_or() method 1923 pub fn fetch_or(&self, val: usize, order: Ordering) -> *mut T { in fetch_or() 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 | 1008 pub fn fetch_or(&self, val: bool, order: Ordering) -> bool { in fetch_or() method 1923 pub fn fetch_or(&self, val: usize, order: Ordering) -> *mut T { in fetch_or() 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 | 1008 pub fn fetch_or(&self, val: bool, order: Ordering) -> bool { in fetch_or() method 1924 pub fn fetch_or(&self, val: usize, order: Ordering) -> *mut T { in fetch_or() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 1008 pub fn fetch_or(&self, val: bool, order: Ordering) -> bool { in fetch_or() method 1924 pub fn fetch_or(&self, val: usize, order: Ordering) -> *mut T { in fetch_or() 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 | 1008 pub fn fetch_or(&self, val: bool, order: Ordering) -> bool { in fetch_or() method 1923 pub fn fetch_or(&self, val: usize, order: Ordering) -> *mut T { in fetch_or() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/atomic/src/ |
D | lib.rs | 306 pub fn fetch_or(&self, val: bool, order: Ordering) -> bool { in fetch_or() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-utils/src/atomic/ |
D | atomic_cell.rs | 891 pub fn fetch_or(&self, val: bool) -> bool { in fetch_or() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/ |
D | atomic.rs | 822 pub fn fetch_or<'g>(&self, val: usize, ord: Ordering, _: &'g Guard) -> Shared<'g, T> { in fetch_or() method
|