Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A 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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h309 std::recursive_mutex m_bytes_mutex; ///< A mutex to protect multi-threaded variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp645 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in CheckForPacket()