Home
last modified time | relevance | path

Searched refs:bit_test_and_reset (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.hpp71 …static BOOST_FORCEINLINE bool bit_test_and_reset(storage_type volatile& storage, unsigned int bit_… in bit_test_and_reset() function
Dextra_ops_msvc_x86.hpp818 …static BOOST_FORCEINLINE bool bit_test_and_reset(storage_type volatile& storage, unsigned int bit_… in bit_test_and_reset() function
1276 …static BOOST_FORCEINLINE bool bit_test_and_reset(storage_type volatile& storage, unsigned int bit_… in bit_test_and_reset() function
1281 …static BOOST_FORCEINLINE bool bit_test_and_reset(storage_type volatile& storage, unsigned int bit_… in bit_test_and_reset() function
1314 …static BOOST_FORCEINLINE bool bit_test_and_reset(storage_type volatile& storage, unsigned int bit_… in bit_test_and_reset() function
Dextra_ops_generic.hpp175 …static BOOST_FORCEINLINE bool bit_test_and_reset(storage_type volatile& storage, unsigned int bit_… in bit_test_and_reset() function
366 …static BOOST_FORCEINLINE bool bit_test_and_reset(storage_type volatile& storage, unsigned int bit_… in bit_test_and_reset() function
Dextra_ops_gcc_x86.hpp821 …static BOOST_FORCEINLINE bool bit_test_and_reset(storage_type volatile& storage, unsigned int bit_… in bit_test_and_reset() function
1274 …static BOOST_FORCEINLINE bool bit_test_and_reset(storage_type volatile& storage, unsigned int bit_… in bit_test_and_reset() function
1729 …static BOOST_FORCEINLINE bool bit_test_and_reset(storage_type volatile& storage, unsigned int bit_… in bit_test_and_reset() function
Dextra_ops_emulated.hpp229 …static BOOST_FORCEINLINE bool bit_test_and_reset(storage_type volatile& storage, unsigned int bit_… in bit_test_and_reset() function
Datomic_ref_impl.hpp488 …BOOST_FORCEINLINE bool bit_test_and_reset(unsigned int bit_number, memory_order order = memory_ord… in bit_test_and_reset() function in boost::atomics::detail::base_atomic_ref
491 return extra_operations::bit_test_and_reset(this->storage(), bit_number, order); in bit_test_and_reset()
Datomic_impl.hpp521 …BOOST_FORCEINLINE bool bit_test_and_reset(unsigned int bit_number, memory_order order = memory_ord… in bit_test_and_reset() function in boost::atomics::detail::base_atomic
524 return extra_operations::bit_test_and_reset(this->storage(), bit_number, order); in bit_test_and_reset()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Dapi_test_helpers.hpp1101 bool f = a.bit_test_and_reset(0); in test_bit_operators()
1105 f = a.bit_test_and_reset(1); in test_bit_operators()
1137 a.bit_test_and_reset(runtime_bit_index); in test_bit_operators()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/doc/
Datomic.qbk833 [`bool bit_test_and_reset(unsigned int n, memory_order order)`]