Searched refs:StreamIsValidUnlocked (Results 1 – 2 of 2) sorted by relevance
430 bool StreamIsValidUnlocked() const { return m_stream != kInvalidStream; } in StreamIsValidUnlocked() function439 return ValueGuard(m_stream_mutex, StreamIsValidUnlocked()); in StreamIsValid()
252 return DescriptorIsValidUnlocked() || StreamIsValidUnlocked(); in IsValid()320 if (StreamIsValidUnlocked()) { in Close()