Home
last modified time | relevance | path

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

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