Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp9431 static llvm::ManagedStatic<std::mutex> LoggingMutex; variable
9434 std::lock_guard<std::mutex> L(*LoggingMutex); in ~Logger()