Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCodeGenCoverage.cpp24 static sys::SmartMutex<true> OutputMutex; variable
81 sys::SmartScopedLock<true> Lock(OutputMutex); in emit()