Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory.cpp103 static constexpr std::size_t __sp_mut_count = 32; variable
104 static constinit __libcpp_mutex_t mut_back[__sp_mut_count] = {
124 static constinit __sp_mut muts[__sp_mut_count] = { in __get_sp_mut()
130 return muts[hash<const void*>()(p) & (__sp_mut_count - 1)]; in __get_sp_mut()