Searched refs:__libcpp_contention_table_size (Results 1 – 1 of 1) sorted by relevance
112 static constexpr size_t __libcpp_contention_table_size = (1 << 8); /* < there's no magic in this n… variable122 static __libcpp_contention_table_entry __libcpp_contention_table[ __libcpp_contention_table_size ];128 …n &__libcpp_contention_table[__libcpp_contention_hasher(p) & (__libcpp_contention_table_size - 1)]; in __libcpp_contention_state()