/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/ |
D | core_ops_gcc_atomic.hpp | 162 struct core_operations< 16u, Signed, Interprocess > : struct 173 struct core_operations< 8u, Signed, Interprocess > : struct 181 struct core_operations< 8u, Signed, Interprocess > : struct 194 struct core_operations< 4u, Signed, Interprocess > : struct 202 struct core_operations< 4u, Signed, Interprocess > : struct 210 struct core_operations< 8u, Signed, Interprocess > : struct 223 struct core_operations< 2u, Signed, Interprocess > : struct 231 struct core_operations< 2u, Signed, Interprocess > : struct 239 struct core_operations< 2u, Signed, Interprocess > : struct 247 struct core_operations< 2u, Signed, Interprocess > : struct [all …]
|
D | core_ops_windows.hpp | 106 struct core_operations< 4u, Signed, bool Interprocess > : struct 109 …rations_windows< 4u, Signed, Interprocess, core_operations< 4u, Signed, Interprocess > > base_type; 110 typedef typename base_type::storage_type storage_type; 112 …e_type fetch_add(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in fetch_add() 120 …ge_type exchange(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in exchange() 128 static BOOST_FORCEINLINE bool compare_exchange_strong( in compare_exchange_strong() 140 …e_type fetch_and(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in fetch_and() 154 …ge_type fetch_or(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in fetch_or() 168 …e_type fetch_xor(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in fetch_xor() 184 struct core_operations< 1u, Signed, Interprocess > : struct [all …]
|
D | core_ops_gcc_sync.hpp | 191 struct core_operations< 1u, Signed, Interprocess > : struct 209 struct core_operations< 2u, Signed, Interprocess > : struct 225 struct core_operations< 4u, Signed, Interprocess > : struct 239 struct core_operations< 8u, Signed, Interprocess > : struct 251 struct core_operations< 16u, Signed, Interprocess > : struct
|
D | core_ops_linux_arm.hpp | 146 struct core_operations< 1u, Signed, Interprocess > : struct 152 struct core_operations< 2u, Signed, Interprocess > : struct 158 struct core_operations< 4u, Signed, Interprocess > : struct
|
D | atomic_ref_impl.hpp | 57 …typedef atomics::detail::core_operations< sizeof(value_type), Signed, Interprocess > core_operatio… typedef 74 >::type core_operations; typedef in boost::atomics::detail::base_atomic_ref_common 151 typedef typename base_type::core_operations core_operations; typedef in boost::atomics::detail::base_atomic_ref 275 typedef typename base_type::core_operations core_operations; typedef in boost::atomics::detail::base_atomic_ref 604 typedef typename base_type::core_operations core_operations; typedef in boost::atomics::detail::base_atomic_ref 731 typedef typename base_type::core_operations core_operations; typedef in boost::atomics::detail::base_atomic_ref 936 typedef typename base_type::core_operations core_operations; typedef in boost::atomics::detail::base_atomic_ref
|
D | atomic_impl.hpp | 64 …typedef atomics::detail::core_operations< storage_size_of< value_type >::value, Signed, Interproce… typedef in boost::atomics::detail::base_atomic_common 185 typedef typename base_type::core_operations core_operations; typedef in boost::atomics::detail::base_atomic 310 typedef typename base_type::core_operations core_operations; typedef in boost::atomics::detail::base_atomic 638 typedef typename base_type::core_operations core_operations; typedef in boost::atomics::detail::base_atomic 764 typedef typename base_type::core_operations core_operations; typedef in boost::atomics::detail::base_atomic 951 typedef typename base_type::core_operations core_operations; typedef in boost::atomics::detail::base_atomic
|
D | core_operations.hpp | 38 struct core_operations : struct
|
D | atomic_flag_impl.hpp | 51 typedef atomics::detail::core_operations< 4u, false, IsInterprocess > core_operations; typedef
|