Searched refs:m_async_thread (Results 1 – 4 of 4) sorted by relevance
211 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()223 m_async_thread = *async_thread; in StartAsyncThread()229 return m_async_thread.IsJoinable(); in StartAsyncThread()235 if (!m_async_thread.IsJoinable()) in StopAsyncThread()245 m_async_thread.Join(nullptr); in StopAsyncThread()246 m_async_thread.Reset(); in StopAsyncThread()
73 HostThread m_async_thread; variable
258 HostThread m_async_thread; variable
1445 if (!m_async_thread.IsJoinable()) { in DoResume()3653 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()3665 m_async_thread = *async_thread; in StartAsyncThread()3672 return m_async_thread.IsJoinable(); in StartAsyncThread()3681 if (m_async_thread.IsJoinable()) { in StopAsyncThread()3688 m_async_thread.Join(nullptr); in StopAsyncThread()3689 m_async_thread.Reset(); in StopAsyncThread()