Searched refs:m_async_thread (Results 1 – 2 of 2) sorted by relevance
268 HostThread m_async_thread; variable
1370 if (!m_async_thread.IsJoinable()) { in DoResume()3538 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()3551 m_async_thread = *async_thread; in StartAsyncThread()3558 return m_async_thread.IsJoinable(); in StartAsyncThread()3567 if (m_async_thread.IsJoinable()) { in StopAsyncThread()3574 m_async_thread.Join(nullptr); in StopAsyncThread()3575 m_async_thread.Reset(); in StopAsyncThread()