Home
last modified time | relevance | path

Searched defs:__libcpp_contention_table_entry (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Datomic.cpp121 struct alignas(64) /* aim to avoid false sharing */ __libcpp_contention_table_entry { struct
124 inline constexpr __libcpp_contention_table_entry() : __contention_state(0), __platform_state(0) {} in __libcpp_contention_table_entry() function