Searched defs:__libcpp_contention_table_entry (Results 1 – 1 of 1) sorted by relevance
121 struct alignas(64) /* aim to avoid false sharing */ __libcpp_contention_table_entry { struct124 inline constexpr __libcpp_contention_table_entry() : __contention_state(0), __platform_state(0) {} in __libcpp_contention_table_entry() function