Searched refs:m_read_thread (Results 1 – 2 of 2) sorted by relevance
196 if (m_read_thread.IsJoinable()) in StartReadThread()210 m_read_thread = *maybe_thread; in StartReadThread()221 if (!m_read_thread.IsJoinable()) in StartReadThread()228 if (!m_read_thread.IsJoinable()) in StopReadThread()240 Status error = m_read_thread.Join(nullptr); in StopReadThread()245 if (!m_read_thread.IsJoinable()) in JoinReadThread()248 Status error = m_read_thread.Join(nullptr); in JoinReadThread()
303 HostThread m_read_thread; ///< The read thread handle in case we need to variable