Searched refs:m_read_thread (Results 1 – 2 of 2) sorted by relevance
204 if (m_read_thread.IsJoinable()) in StartReadThread()218 m_read_thread = *maybe_thread; in StartReadThread()228 if (!m_read_thread.IsJoinable()) in StartReadThread()235 if (!m_read_thread.IsJoinable()) in StopReadThread()247 Status error = m_read_thread.Join(nullptr); in StopReadThread()252 if (!m_read_thread.IsJoinable()) in JoinReadThread()255 Status error = m_read_thread.Join(nullptr); in JoinReadThread()
319 HostThread m_read_thread; ///< The read thread handle in case we need to variable