Searched refs:futex_operations (Results 1 – 1 of 1) sorted by relevance
396 typedef atomics::detail::core_operations< 4u, false, false > futex_operations; typedef398 BOOST_STATIC_ASSERT_MSG(futex_operations::is_always_lock_free && sizeof(futex_operations::storage_t…399 typedef atomics::detail::extra_operations< futex_operations, futex_operations::storage_size, futex_…404 BOOST_CONSTEXPR_OR_CONST futex_operations::storage_type locked = 1u;406 BOOST_CONSTEXPR_OR_CONST futex_operations::storage_type contended = 1u << 1;408 BOOST_CONSTEXPR_OR_CONST futex_operations::storage_type counter_one = 1u << 2;417 …BOOST_ATOMIC_DETAIL_ALIGNED_VAR(futex_operations::storage_alignment, futex_operations::storage_typ…419 futex_operations::storage_type m_waiter_count;441 …BOOST_ATOMIC_DETAIL_ALIGNED_VAR(futex_operations::storage_alignment, futex_operations::storage_typ…456 …futex_operations::storage_type prev_state = futex_operations::load(m_mutex, boost::memory_order_re… in long_lock()[all …]