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