Home
last modified time | relevance | path

Searched defs:fetch_and (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dcore_arch_ops_msvc_x86.hpp174 …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
Dcore_arch_ops_msvc_arm.hpp248 …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
Dcore_arch_ops_gcc_x86.hpp186 …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
Dcore_arch_ops_gcc_ppc.hpp244 …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
Dcore_arch_ops_gcc_aarch32.hpp231 …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
Dcore_arch_ops_gcc_arm.hpp233 …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
Dcore_arch_ops_gcc_aarch64.hpp313 …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
Dcore_arch_ops_gcc_alpha.hpp261 …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
Dcore_ops_cas_based.hpp53 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function
Dcore_ops_windows.hpp140 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function
Dcore_ops_gcc_atomic.hpp129 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function
Dcore_ops_gcc_sync.hpp159 …static BOOST_FORCEINLINE storage_type fetch_and(storage_type volatile& storage, storage_type v, me… in fetch_and() function
Dcore_operations_emulated.hpp146 …static storage_type fetch_and(storage_type volatile& storage, storage_type v, memory_order) BOOST_… in fetch_and() function
Datomic_ref_impl.hpp351 …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
Datomic_impl.hpp384 …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 Datomic.rs914 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 Datomic.rs914 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 Datomic.rs914 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 Datomic.rs914 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 Datomic.rs914 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/
Dlib.rs295 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/
Datomic_cell.rs822 pub fn fetch_and(&self, val: bool) -> bool { in fetch_and() method
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/
Datomic.rs799 pub fn fetch_and<'g>(&self, val: usize, ord: Ordering, _: &'g Guard) -> Shared<'g, T> { in fetch_and() method