Searched refs:__libcpp_contention_table_size (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Datomic.cpp90 static constexpr size_t __libcpp_contention_table_size = (1 << 8); /* < there's no magic in this number */ variable
100 static __libcpp_contention_table_entry __libcpp_contention_table[ __libcpp_contention_table_size ];
106 return &__libcpp_contention_table[__libcpp_contention_hasher(p) & (__libcpp_contention_table_size - 1)];

Completed in 221 milliseconds