Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp42 m_read_thread_did_exit(false), m_bytes(), m_bytes_mutex(), in ThreadedCommunication()
222 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in GetCachedBytes()
254 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in AppendBytesToCache()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadedCommunication.h244 std::recursive_mutex m_bytes_mutex; ///< A mutex to protect multi-threaded variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h180 std::recursive_mutex m_bytes_mutex; variable
H A DGDBRemoteCommunication.cpp619 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in CheckForPacket()