Searched refs:LoggingMutex (Results 1 – 3 of 3) sorted by relevance
287 class LoggingMutex : public Mutex290 LoggingMutex() : Mutex(),m_locked(false) {} in LoggingMutex() function291 LoggingMutex(Mutex::Type type) : Mutex (type),m_locked(false) {} in LoggingMutex() function294 ~LoggingMutex() {} in ~LoggingMutex()
358 LoggingMutex::Lock () in Lock()368 LoggingMutex::Unlock () in Unlock()378 LoggingMutex::TryLock (const char *failure_message) in TryLock()
7313 static llvm::ManagedStatic<llvm::sys::Mutex> LoggingMutex; variable7318 llvm::sys::ScopedLock L(*LoggingMutex); in ~Logger()