Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Host/
DMutex.h290 LoggingMutex() : Mutex(),m_locked(false) {} in LoggingMutex() function
291 LoggingMutex(Mutex::Type type) : Mutex (type),m_locked(false) {} in LoggingMutex() function
/external/clang/tools/libclang/
DCIndex.cpp7022 static llvm::ManagedStatic<llvm::sys::Mutex> LoggingMutex; variable