Searched defs:core_operations_emulated (Results 1 – 1 of 1) sorted by relevance
48 struct core_operations_emulated : struct51 typedef core_operations_emulated_base< Size, Alignment > base_type;57 typedef typename base_type::storage_type storage_type;59 static BOOST_CONSTEXPR_OR_CONST std::size_t storage_size = Size;60 …t = Alignment >= storage_traits< Size >::alignment ? storage_traits< Size >::alignment : Alignment;62 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed;63 static BOOST_CONSTEXPR_OR_CONST bool is_interprocess = Interprocess;64 static BOOST_CONSTEXPR_OR_CONST bool full_cas_based = false;66 static BOOST_CONSTEXPR_OR_CONST bool is_always_lock_free = false;68 typedef lock_pool::scoped_lock< storage_alignment > scoped_lock;[all …]