Home
last modified time | relevance | path

Searched defs:core_operations (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dcore_ops_gcc_atomic.hpp162 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 …]
Dcore_ops_windows.hpp106 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 …]
Dcore_ops_gcc_sync.hpp191 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
Dcore_ops_linux_arm.hpp146 struct core_operations< 1u, Signed, Interprocess > : struct
152 struct core_operations< 2u, Signed, Interprocess > : struct
158 struct core_operations< 4u, Signed, Interprocess > : struct
Datomic_ref_impl.hpp57 …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
Datomic_impl.hpp64 …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
Dcore_operations.hpp38 struct core_operations : struct
Datomic_flag_impl.hpp51 typedef atomics::detail::core_operations< 4u, false, IsInterprocess > core_operations; typedef