Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Host/
DMutex.h287 class LoggingMutex : public Mutex
290 LoggingMutex() : Mutex(),m_locked(false) {} in LoggingMutex() function
291 LoggingMutex(Mutex::Type type) : Mutex (type),m_locked(false) {} in LoggingMutex() function
294 ~LoggingMutex() {} in ~LoggingMutex()
/external/lldb/source/Host/common/
DMutex.cpp358 LoggingMutex::Lock () in Lock()
368 LoggingMutex::Unlock () in Unlock()
378 LoggingMutex::TryLock (const char *failure_message) in TryLock()
/external/clang/tools/libclang/
DCIndex.cpp7313 static llvm::ManagedStatic<llvm::sys::Mutex> LoggingMutex; variable
7318 llvm::sys::ScopedLock L(*LoggingMutex); in ~Logger()