Home
last modified time | relevance | path

Searched refs:m_async_thread (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp211 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()
H A DGDBRemoteCommunicationReplayServer.h73 HostThread m_async_thread; variable
H A DProcessGDBRemote.h258 HostThread m_async_thread; variable
H A DProcessGDBRemote.cpp1445 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()