OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__sp_mut_count
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/src/
memory.cpp
138
_LIBCPP_SAFE_STATIC static const std::size_t
__sp_mut_count
= 16;
variable
139
_LIBCPP_SAFE_STATIC static __libcpp_mutex_t mut_back[
__sp_mut_count
] =
177
static __sp_mut muts[
__sp_mut_count
]
184
return muts[hash<const void*>()(p) & (
__sp_mut_count
-1)];
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
memory.cpp
138
_LIBCPP_SAFE_STATIC static const std::size_t
__sp_mut_count
= 16;
variable
139
_LIBCPP_SAFE_STATIC static __libcpp_mutex_t mut_back[
__sp_mut_count
] =
177
static __sp_mut muts[
__sp_mut_count
]
184
return muts[hash<const void*>()(p) & (
__sp_mut_count
-1)];
Completed in 149 milliseconds