Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp45 m_bytes_mutex(), m_write_mutex(), m_synchronize_mutex(), in Communication()
260 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in GetCachedBytes()
291 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in AppendBytesToCache()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DCommunication.h325 std::recursive_mutex m_bytes_mutex; ///< A mutex to protect multi-threaded variable
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp640 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in CheckForPacket()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp232 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in CheckForPacket()