Home
last modified time | relevance | path

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

/third_party/boost/libs/fiber/performance/thread/
Dbuffered_channel.hpp43 struct alignas(cache_alignment) slot {
51 alignas(cache_alignment) std::atomic< std::size_t > producer_idx_{ 0 };
53 alignas(cache_alignment) std::atomic< std::size_t > consumer_idx_{ 0 };
55 alignas(cache_alignment) std::atomic_bool closed_{ false };
60 alignas(cache_alignment) slot * slots_{ nullptr };
/third_party/boost/boost/context/detail/
Dconfig.hpp112 static constexpr std::size_t cache_alignment{ 64 }; variable
/third_party/re2/benchlog/
Dbenchlog.r7021 cache_alignment : 64