Home
last modified time | relevance | path

Searched refs:m_bytes_mutex (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp41 m_read_thread_did_exit(false), m_bytes(), m_bytes_mutex(), in ThreadedCommunication()
217 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in GetCachedBytes()
249 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in AppendBytesToCache()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DThreadedCommunication.h232 std::recursive_mutex m_bytes_mutex; ///< A mutex to protect multi-threaded variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h180 std::recursive_mutex m_bytes_mutex; variable
H A DGDBRemoteCommunication.cpp621 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in CheckForPacket()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h225 std::recursive_mutex m_bytes_mutex; variable
H A DCommunicationKDP.cpp232 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in CheckForPacket()