Searched refs:m_async_thread (Results 1 – 6 of 6) 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
260 HostThread m_async_thread; variable
1441 if (!m_async_thread.IsJoinable()) { in DoResume()3589 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()3601 m_async_thread = *async_thread; in StartAsyncThread()3608 return m_async_thread.IsJoinable(); in StartAsyncThread()3617 if (m_async_thread.IsJoinable()) { in StopAsyncThread()3624 m_async_thread.Join(nullptr); in StopAsyncThread()3625 m_async_thread.Reset(); in StopAsyncThread()
424 if (!m_async_thread.IsJoinable()) in DoResume()741 if (m_async_thread.IsJoinable()) in StartAsyncThread()752 m_async_thread = *async_thread; in StartAsyncThread()753 return m_async_thread.IsJoinable(); in StartAsyncThread()764 if (m_async_thread.IsJoinable()) in StopAsyncThread()765 m_async_thread.Join(nullptr); in StopAsyncThread()870 process->m_async_thread.Reset(); in AsyncThread()
174 lldb_private::HostThread m_async_thread; variable