Searched refs:m_stream_mutex (Results 1 – 4 of 4) sorted by relevance
438 m_stream_mutex.lock(); in StreamIsValid()439 return ValueGuard(m_stream_mutex, StreamIsValidUnlocked()); in StreamIsValid()447 mutable std::mutex m_stream_mutex; variable