Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/src/
Dlock_pool.cpp641 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…
941mutex_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()
958mutex_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()
978mutex_operations::storage_type fallback_state = mutex_operations::load(m_mutex_fallback, boost::me… in unlock()
[all …]