Searched refs:m_write_mutex (Results 1 – 2 of 2) sorted by relevance
46 m_bytes_mutex(), m_write_mutex(), m_synchronize_mutex(), in Communication()176 std::lock_guard<std::mutex> guard(m_write_mutex); in Write()
348 m_write_mutex; ///< Don't let multiple threads write at the same time... variable