Searched refs:m_async_thread (Results 1 – 4 of 4) sorted by relevance
132 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()135 m_async_thread = ThreadLauncher::LaunchThread( in StartAsyncThread()143 return m_async_thread.IsJoinable(); in StartAsyncThread()149 if (!m_async_thread.IsJoinable()) in StopAsyncThread()159 m_async_thread.Join(nullptr); in StopAsyncThread()160 m_async_thread.Reset(); in StopAsyncThread()
71 HostThread m_async_thread; variable
279 HostThread m_async_thread; variable
1520 if (!m_async_thread.IsJoinable()) { in DoResume()3682 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()3686 m_async_thread = in StartAsyncThread()3694 return m_async_thread.IsJoinable(); in StartAsyncThread()3704 if (m_async_thread.IsJoinable()) { in StopAsyncThread()3711 m_async_thread.Join(nullptr); in StopAsyncThread()3712 m_async_thread.Reset(); in StopAsyncThread()