Home
last modified time | relevance | path

Searched defs:fetch_or (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dcore_arch_ops_msvc_x86.hpp188 …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
Dcore_arch_ops_msvc_arm.hpp271 …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
Dcore_arch_ops_gcc_x86.hpp193 …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
Dcore_arch_ops_gcc_ppc.hpp263 …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
Dcore_arch_ops_gcc_aarch32.hpp255 …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
Dcore_arch_ops_gcc_arm.hpp259 …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
Dcore_arch_ops_gcc_aarch64.hpp351 …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
Dcore_arch_ops_gcc_alpha.hpp287 …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
Dcore_ops_cas_based.hpp61 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function
Dcore_ops_windows.hpp154 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function
Dcore_ops_gcc_atomic.hpp134 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function
Dcore_ops_gcc_sync.hpp164 …static BOOST_FORCEINLINE storage_type fetch_or(storage_type volatile& storage, storage_type v, mem… in fetch_or() function
Dcore_operations_emulated.hpp156 …static storage_type fetch_or(storage_type volatile& storage, storage_type v, memory_order) BOOST_N… in fetch_or() function
Datomic_ref_impl.hpp356 …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
Datomic_impl.hpp389 …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/
Datomic_u64_as_mutex.rs37 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 Datomic.rs1008 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 Datomic.rs1008 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 Datomic.rs1008 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 Datomic.rs1008 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 Datomic.rs1008 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/
Dlib.rs306 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/
Datomic_cell.rs891 pub fn fetch_or(&self, val: bool) -> bool { in fetch_or() method
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/
Datomic.rs822 pub fn fetch_or<'g>(&self, val: usize, ord: Ordering, _: &'g Guard) -> Shared<'g, T> { in fetch_or() method