/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/ |
D | extra_ops_msvc_x86.hpp | 37 struct extra_operations< Base, 1u, Signed, true > : struct 40 typedef extra_operations_generic< Base, 1u, Signed > base_type; 41 typedef typename base_type::storage_type storage_type; 43 …INLINE storage_type fetch_negate(storage_type volatile& storage, memory_order order) BOOST_NOEXCEPT in fetch_negate() 63 …_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order order) BOOST_NOEXCEPT in negate() 83 …FORCEINLINE bool negate_and_test(storage_type volatile& storage, memory_order order) BOOST_NOEXCEPT in negate_and_test() 104 …T_FORCEINLINE void opaque_negate(storage_type volatile& storage, memory_order order) BOOST_NOEXCEPT in opaque_negate() 121 …type bitwise_and(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in bitwise_and() 142 …_type bitwise_or(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in bitwise_or() 163 …type bitwise_xor(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in bitwise_xor() [all …]
|
D | extra_ops_gcc_x86.hpp | 35 struct extra_operations< Base, 1u, Signed, true > : struct 38 typedef extra_operations_generic< Base, 1u, Signed > base_type; 39 typedef typename base_type::storage_type storage_type; 40 typedef typename storage_traits< 4u >::type temp_storage_type; 55 …_FORCEINLINE storage_type fetch_negate(storage_type volatile& storage, memory_order) BOOST_NOEXCEPT in fetch_negate() 63 …CEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_order) BOOST_NOEXCEPT in fetch_complement() 71 … BOOST_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order) BOOST_NOEXCEPT in negate() 79 …INLINE storage_type bitwise_complement(storage_type volatile& storage, memory_order) BOOST_NOEXCEPT in bitwise_complement() 102 …orage_type bitwise_and(storage_type volatile& storage, storage_type v, memory_order) BOOST_NOEXCEPT in bitwise_and() 110 …torage_type bitwise_or(storage_type volatile& storage, storage_type v, memory_order) BOOST_NOEXCEPT in bitwise_or() [all …]
|
D | extra_ops_msvc_arm.hpp | 37 struct extra_operations< Base, 4u, Signed, true > : struct 40 typedef extra_operations_generic< Base, 4u, Signed > base_type; 41 typedef typename base_type::storage_type storage_type; 43 …and_set(storage_type volatile& storage, unsigned int bit_number, memory_order order) BOOST_NOEXCEPT in bit_test_and_set() 71 …d_reset(storage_type volatile& storage, unsigned int bit_number, memory_order order) BOOST_NOEXCEPT in bit_test_and_reset()
|
D | extra_ops_gcc_arm.hpp | 340 struct extra_operations< Base, 1u, Signed, true > : struct 593 struct extra_operations< Base, 2u, Signed, true > : struct 843 struct extra_operations< Base, 4u, Signed, true > : struct 1106 struct extra_operations< Base, 8u, Signed, true > : struct
|
D | extra_ops_gcc_aarch64.hpp | 351 struct extra_operations< Base, 1u, Signed, true > : struct 586 struct extra_operations< Base, 2u, Signed, true > : struct 821 struct extra_operations< Base, 4u, Signed, true > : struct 1056 struct extra_operations< Base, 8u, Signed, true > : struct 1319 struct extra_operations< Base, 16u, Signed, true > : struct
|
D | extra_ops_gcc_aarch32.hpp | 345 struct extra_operations< Base, 1u, Signed, true > : struct 576 struct extra_operations< Base, 2u, Signed, true > : struct 806 struct extra_operations< Base, 4u, Signed, true > : struct 1049 struct extra_operations< Base, 8u, Signed, true > : struct
|
D | extra_ops_gcc_ppc.hpp | 273 struct extra_operations< Base, 1u, Signed, true > : struct 643 struct extra_operations< Base, 4u, Signed, true > : struct 830 struct extra_operations< Base, 8u, Signed, true > : struct
|
D | atomic_ref_impl.hpp | 277 typedef atomics::detail::extra_operations< core_operations > extra_operations; typedef in boost::atomics::detail::base_atomic_ref 733 typedef atomics::detail::extra_operations< core_operations > extra_operations; typedef in boost::atomics::detail::base_atomic_ref 938 typedef atomics::detail::extra_operations< core_operations > extra_operations; typedef in boost::atomics::detail::base_atomic_ref
|
D | atomic_impl.hpp | 312 typedef atomics::detail::extra_operations< core_operations > extra_operations; typedef in boost::atomics::detail::base_atomic 766 typedef atomics::detail::extra_operations< core_operations > extra_operations; typedef in boost::atomics::detail::base_atomic 953 typedef atomics::detail::extra_operations< core_operations > extra_operations; typedef in boost::atomics::detail::base_atomic
|
D | extra_ops_emulated.hpp | 247 struct extra_operations< Base, Size, Signed, false > : struct
|
D | extra_ops_generic.hpp | 383 struct extra_operations< Base, Size, Signed, true > : struct
|