Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DCommunication.cpp45 m_bytes_mutex(), m_write_mutex(), m_synchronize_mutex(), in Communication()
253 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in GetCachedBytes()
284 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in AppendBytesToCache()
/external/llvm-project/lldb/include/lldb/Core/
DCommunication.h309 std::recursive_mutex m_bytes_mutex; ///< A mutex to protect multi-threaded variable
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp645 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in CheckForPacket()
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp233 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in CheckForPacket()