Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp9499 static llvm::ManagedStatic<std::mutex> LoggingMutex; variable
9502 std::lock_guard<std::mutex> L(*LoggingMutex); in ~Logger()