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
263 HostThread m_async_thread; variable
1361 if (!m_async_thread.IsJoinable()) { in DoResume()3386 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()3399 m_async_thread = *async_thread; in StartAsyncThread()3406 return m_async_thread.IsJoinable(); in StartAsyncThread()3415 if (m_async_thread.IsJoinable()) { in StopAsyncThread()3422 m_async_thread.Join(nullptr); in StopAsyncThread()3423 m_async_thread.Reset(); in StopAsyncThread()