Searched refs:m_async_thread (Results 1 – 4 of 4) sorted by relevance
409 if (!m_async_thread.IsJoinable()) in DoResume()726 if (m_async_thread.IsJoinable()) in StartAsyncThread()736 m_async_thread = *async_thread; in StartAsyncThread()737 return m_async_thread.IsJoinable(); in StartAsyncThread()748 if (m_async_thread.IsJoinable()) in StopAsyncThread()749 m_async_thread.Join(nullptr); in StopAsyncThread()848 m_async_thread.Reset(); in AsyncThread()
172 lldb_private::HostThread m_async_thread; variable
260 HostThread m_async_thread; variable
1401 if (!m_async_thread.IsJoinable()) { in DoResume()3431 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()3444 m_async_thread = *async_thread; in StartAsyncThread()3451 return m_async_thread.IsJoinable(); in StartAsyncThread()3460 if (m_async_thread.IsJoinable()) { in StopAsyncThread()3467 m_async_thread.Join(nullptr); in StopAsyncThread()3468 m_async_thread.Reset(); in StopAsyncThread()