Searched refs:m_stream_mutex (Results 1 – 2 of 2) 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
251 std::scoped_lock<std::mutex, std::mutex> lock(m_descriptor_mutex, m_stream_mutex); in IsValid() 316 std::scoped_lock<std::mutex, std::mutex> lock(m_descriptor_mutex, m_stream_mutex); in Close()