Home
last modified time | relevance | path

Searched refs:opaque_or (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/atomic/detail/
Dextra_ops_gcc_x86.hpp208 …static BOOST_FORCEINLINE void opaque_or(storage_type volatile& storage, storage_type v, memory_ord… in opaque_or() function
590 …static BOOST_FORCEINLINE void opaque_or(storage_type volatile& storage, storage_type v, memory_ord… in opaque_or() function
1043 …static BOOST_FORCEINLINE void opaque_or(storage_type volatile& storage, storage_type v, memory_ord… in opaque_or() function
1498 …static BOOST_FORCEINLINE void opaque_or(storage_type volatile& storage, storage_type v, memory_ord… in opaque_or() function
Dextra_ops_generic.hpp118 …static BOOST_FORCEINLINE void opaque_or(storage_type volatile& storage, storage_type v, memory_ord… in opaque_or() function
309 …static BOOST_FORCEINLINE void opaque_or(storage_type volatile& storage, storage_type v, memory_ord… in opaque_or() function
Dextra_ops_emulated.hpp161 …static BOOST_FORCEINLINE void opaque_or(storage_type volatile& storage, storage_type v, memory_ord… in opaque_or() function
Dextra_ops_msvc_x86.hpp309 …static BOOST_FORCEINLINE void opaque_or(storage_type volatile& storage, storage_type v, memory_ord… in opaque_or() function
693 …static BOOST_FORCEINLINE void opaque_or(storage_type volatile& storage, storage_type v, memory_ord… in opaque_or() function
1127 …static BOOST_FORCEINLINE void opaque_or(storage_type volatile& storage, storage_type v, memory_ord… in opaque_or() function
Datomic_impl.hpp465 …BOOST_FORCEINLINE void opaque_or(value_arg_type v, memory_order order = memory_order_seq_cst) vola… in opaque_or() function in boost::atomics::detail::base_atomic
467 extra_operations::opaque_or(this->storage(), static_cast< storage_type >(v), order); in opaque_or()
Datomic_ref_impl.hpp432 …BOOST_FORCEINLINE void opaque_or(value_arg_type v, memory_order order = memory_order_seq_cst) cons… in opaque_or() function in boost::atomics::detail::base_atomic_ref
434 extra_operations::opaque_or(this->storage(), static_cast< storage_type >(v), order); in opaque_or()
Datomic_template.hpp465 …BOOST_FORCEINLINE void opaque_or(value_arg_type v, memory_order order = memory_order_seq_cst) vola… in opaque_or() function in boost::atomics::detail::base_atomic
467 …extra_operations::opaque_or(m_storage.value, atomics::detail::integral_extend< operations::is_sign… in opaque_or()
Dextra_ops_gcc_aarch32.hpp71 …static BOOST_FORCEINLINE void opaque_or(storage_type volatile& storage, storage_type v, memory_ord… in opaque_or() function
Dextra_ops_gcc_aarch64.hpp73 …static BOOST_FORCEINLINE void opaque_or(storage_type volatile& storage, storage_type v, memory_ord… in opaque_or() function
/third_party/boost/libs/atomic/src/
Dlock_pool.cpp446 …futex_extra_operations::opaque_or(state.m_mutex, mutex_bits::contended, boost::memory_order_relaxe… in notify_one()
459 …futex_extra_operations::opaque_or(state.m_mutex, mutex_bits::contended, boost::memory_order_relaxe… in notify_all()
/third_party/boost/libs/atomic/test/
Dapi_test_helpers.hpp710 a.opaque_or(delta); in test_bit_operators()
/third_party/boost/libs/atomic/doc/
Datomic.qbk789 [`void opaque_or(I v, memory_order order)`]