Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libcxx/src/
HDmemory.cpp101 static constexpr std::size_t __sp_mut_count = 32; variable
102 static constinit __libcpp_mutex_t mut_back[__sp_mut_count] = {
122 static constinit __sp_mut muts[__sp_mut_count] = { in __get_sp_mut()
128 return muts[hash<const void*>()(p) & (__sp_mut_count - 1)]; in __get_sp_mut()