Home
last modified time | relevance | path

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

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