Home
last modified time | relevance | path

Searched defs:m_state_mutex (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.h141 PThreadMutex m_state_mutex; // Multithreaded protection for m_state variable
H A DMachProcess.h436 PThreadMutex m_state_mutex; // Multithreaded protection for m_state variable
H A DMachProcess.mm522 m_state_mutex(PTHREAD_MUTEX_RECURSIVE), m_events(0, kAllEventsMask), function
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h424 mutable std::recursive_mutex m_state_mutex; variable
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h1275 m_state_mutex; ///< Multithreaded protection for m_state. variable