Searched refs:m_async_thread (Results 1 – 2 of 2) sorted by relevance
267 HostThread m_async_thread; variable
1445 if (!m_async_thread.IsJoinable()) { in DoResume()3667 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()3680 m_async_thread = *async_thread; in StartAsyncThread()3687 return m_async_thread.IsJoinable(); in StartAsyncThread()3696 if (m_async_thread.IsJoinable()) { in StopAsyncThread()3703 m_async_thread.Join(nullptr); in StopAsyncThread()3704 m_async_thread.Reset(); in StopAsyncThread()