Home
last modified time | relevance | path

Searched refs:bit_test_and_set (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/atomic/detail/
Dextra_ops_msvc_arm.hpp43 …static BOOST_FORCEINLINE bool bit_test_and_set(storage_type volatile& storage, unsigned int bit_nu… in bit_test_and_set() function
Dextra_ops_generic.hpp168 …static BOOST_FORCEINLINE bool bit_test_and_set(storage_type volatile& storage, unsigned int bit_nu… in bit_test_and_set() function
359 …static BOOST_FORCEINLINE bool bit_test_and_set(storage_type volatile& storage, unsigned int bit_nu… in bit_test_and_set() function
Dextra_ops_msvc_x86.hpp803 …static BOOST_FORCEINLINE bool bit_test_and_set(storage_type volatile& storage, unsigned int bit_nu… in bit_test_and_set() function
1254 …static BOOST_FORCEINLINE bool bit_test_and_set(storage_type volatile& storage, unsigned int bit_nu… in bit_test_and_set() function
1259 …static BOOST_FORCEINLINE bool bit_test_and_set(storage_type volatile& storage, unsigned int bit_nu… in bit_test_and_set() function
1309 …static BOOST_FORCEINLINE bool bit_test_and_set(storage_type volatile& storage, unsigned int bit_nu… in bit_test_and_set() function
Dextra_ops_gcc_x86.hpp797 …static BOOST_FORCEINLINE bool bit_test_and_set(storage_type volatile& storage, unsigned int bit_nu… in bit_test_and_set() function
1250 …static BOOST_FORCEINLINE bool bit_test_and_set(storage_type volatile& storage, unsigned int bit_nu… in bit_test_and_set() function
1705 …static BOOST_FORCEINLINE bool bit_test_and_set(storage_type volatile& storage, unsigned int bit_nu… in bit_test_and_set() function
Dextra_ops_emulated.hpp221 …static BOOST_FORCEINLINE bool bit_test_and_set(storage_type volatile& storage, unsigned int bit_nu… in bit_test_and_set() function
Datomic_impl.hpp515 …BOOST_FORCEINLINE bool bit_test_and_set(unsigned int bit_number, memory_order order = memory_order… in bit_test_and_set() function in boost::atomics::detail::base_atomic
518 return extra_operations::bit_test_and_set(this->storage(), bit_number, order); in bit_test_and_set()
Datomic_ref_impl.hpp482 …BOOST_FORCEINLINE bool bit_test_and_set(unsigned int bit_number, memory_order order = memory_order… in bit_test_and_set() function in boost::atomics::detail::base_atomic_ref
485 return extra_operations::bit_test_and_set(this->storage(), bit_number, order); in bit_test_and_set()
Datomic_template.hpp520 …BOOST_FORCEINLINE bool bit_test_and_set(unsigned int bit_number, memory_order order = memory_order… in bit_test_and_set() function in boost::atomics::detail::base_atomic
523 return extra_operations::bit_test_and_set(m_storage.value, bit_number, order); in bit_test_and_set()
/third_party/boost/libs/log/src/windows/
Dipc_sync_wrappers.hpp298 … return !m_shared_state->m_lock_state.bit_test_and_set(lock_flag_bit, boost::memory_order_acquire); in try_lock()
319 …if (!m_shared_state->m_lock_state.bit_test_and_set(event_set_flag_bit, boost::memory_order_relaxed… in unlock()
/third_party/boost/libs/atomic/test/
Dapi_test_helpers.hpp793 bool f = a.bit_test_and_set(0); in test_bit_operators()
797 f = a.bit_test_and_set(1); in test_bit_operators()
801 f = a.bit_test_and_set(2); in test_bit_operators()
817 f = a.bit_test_and_set(2); in test_bit_operators()
844 a.bit_test_and_set(runtime_bit_index); in test_bit_operators()
/third_party/boost/libs/atomic/doc/
Datomic.qbk829 [`bool bit_test_and_set(unsigned int n, memory_order order)`]