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

/external/lldb/include/lldb/Host/
H A DMutex.h287 class LoggingMutex : public Mutex class in namespace:lldb_private
290 LoggingMutex() : Mutex(),m_locked(false) {} function in class:lldb_private::LoggingMutex
291 LoggingMutex(Mutex::Type type) : Mutex (type),m_locked(false) {} function in class:lldb_private::LoggingMutex
294 ~LoggingMutex() {}

Completed in 75 milliseconds