Searched defs:extra_operations_emulated (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/ |
D | extra_ops_emulated.hpp | 35 struct extra_operations_emulated : struct 38 typedef Base base_type; 39 typedef typename base_type::storage_type storage_type; 40 typedef typename base_type::scoped_lock scoped_lock; 42 static storage_type fetch_negate(storage_type volatile& storage, memory_order) BOOST_NOEXCEPT in fetch_negate() 52 static storage_type negate(storage_type volatile& storage, memory_order) BOOST_NOEXCEPT in negate() 62 …tatic storage_type add(storage_type volatile& storage, storage_type v, memory_order) BOOST_NOEXCEPT in add() 73 …tatic storage_type sub(storage_type volatile& storage, storage_type v, memory_order) BOOST_NOEXCEPT in sub() 84 …orage_type bitwise_and(storage_type volatile& storage, storage_type v, memory_order) BOOST_NOEXCEPT in bitwise_and() 95 …torage_type bitwise_or(storage_type volatile& storage, storage_type v, memory_order) BOOST_NOEXCEPT in bitwise_or() [all …]
|