Searched refs:mutex_operations (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/src/ |
D | lock_pool.cpp | 641 typedef atomics::detail::core_operations< 4u, false, false > mutex_operations; typedef 642 BOOST_STATIC_ASSERT_MSG(mutex_operations::is_always_lock_free, "Boost.Atomic unsupported target pla… 647 BOOST_CONSTEXPR_OR_CONST mutex_operations::storage_type locked = 1u; 649 BOOST_CONSTEXPR_OR_CONST mutex_operations::storage_type critical_section_initialized = 1u << 1; 928 …BOOST_ATOMIC_DETAIL_ALIGNED_VAR(mutex_operations::storage_alignment, mutex_operations::storage_typ… 941 …mutex_operations::storage_type fallback_state = mutex_operations::load(m_mutex_fallback, boost::me… in long_lock() 953 …if (!mutex_operations::compare_exchange_weak(m_mutex_fallback, fallback_state, fallback_mutex_bits… in long_lock() 958 …mutex_operations::store(m_mutex_fallback, fallback_mutex_bits::critical_section_initialized, boost… in long_lock() 970 … fallback_state = mutex_operations::load(m_mutex_fallback, boost::memory_order_relaxed); in long_lock() 978 …mutex_operations::storage_type fallback_state = mutex_operations::load(m_mutex_fallback, boost::me… in unlock() [all …]
|