Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/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_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_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_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_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_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()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Dapi_test_helpers.hpp1085 bool f = a.bit_test_and_set(0); in test_bit_operators()
1089 f = a.bit_test_and_set(1); in test_bit_operators()
1093 f = a.bit_test_and_set(2); in test_bit_operators()
1109 f = a.bit_test_and_set(2); in test_bit_operators()
1136 a.bit_test_and_set(runtime_bit_index); in test_bit_operators()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/doc/
Datomic.qbk829 [`bool bit_test_and_set(unsigned int n, memory_order order)`]