Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer.h129 explicit ModuleNameOwner(BlockingMutex *synchronized_by) in ModuleNameOwner() argument
131 mu_(synchronized_by) {} in ModuleNameOwner()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer.h161 explicit ModuleNameOwner(BlockingMutex *synchronized_by) in ModuleNameOwner() argument
162 : last_match_(nullptr), mu_(synchronized_by) { in ModuleNameOwner()