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