Searched defs:LoggingMutex (Results 1 – 2 of 2) sorted by relevance
290 LoggingMutex() : Mutex(),m_locked(false) {} in LoggingMutex() function291 LoggingMutex(Mutex::Type type) : Mutex (type),m_locked(false) {} in LoggingMutex() function
7022 static llvm::ManagedStatic<llvm::sys::Mutex> LoggingMutex; variable