Home
last modified time | relevance | path

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

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