Searched refs:m_read_thread (Results 1 – 2 of 2) sorted by relevance
196 if (m_read_thread.IsJoinable()) in StartReadThread()208 m_read_thread = ThreadLauncher::LaunchThread( in StartReadThread()210 if (!m_read_thread.IsJoinable()) in StartReadThread()216 if (!m_read_thread.IsJoinable()) in StopReadThread()228 Status error = m_read_thread.Join(nullptr); in StopReadThread()233 if (!m_read_thread.IsJoinable()) in JoinReadThread()236 Status error = m_read_thread.Join(nullptr); in JoinReadThread()
339 HostThread m_read_thread; ///< The read thread handle in case we need to variable