Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory.cpp124 static constinit __sp_mut muts[__sp_mut_count] = { in __get_sp_mut() local
130 return muts[hash<const void*>()(p) & (__sp_mut_count - 1)]; in __get_sp_mut()