Searched refs:m_write_mutex (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h312 m_write_mutex; ///< Don't let multiple threads write at the same time... local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp45 m_bytes_mutex(), m_write_mutex(), m_synchronize_mutex(),
175 std::lock_guard<std::mutex> guard(m_write_mutex);

Completed in 55 milliseconds