Home
last modified time | relevance | path

Searched refs:m_write_mutex (Results 1 – 2 of 2) 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()
175 std::lock_guard<std::mutex> guard(m_write_mutex); in Write()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DCommunication.h328 m_write_mutex; ///< Don't let multiple threads write at the same time... variable