Searched refs:LoggingMutex (Results 1 – 2 of 2) sorted by relevance
8009 static llvm::ManagedStatic<llvm::sys::Mutex> LoggingMutex; variable8012 llvm::sys::ScopedLock L(*LoggingMutex); in ~Logger()
9120 static llvm::ManagedStatic<std::mutex> LoggingMutex; variable9123 std::lock_guard<std::mutex> L(*LoggingMutex); in ~Logger()