Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp132 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()
135 m_async_thread = ThreadLauncher::LaunchThread( in StartAsyncThread()
143 return m_async_thread.IsJoinable(); in StartAsyncThread()
149 if (!m_async_thread.IsJoinable()) in StopAsyncThread()
159 m_async_thread.Join(nullptr); in StopAsyncThread()
160 m_async_thread.Reset(); in StopAsyncThread()
H A DGDBRemoteCommunicationReplayServer.h71 HostThread m_async_thread; variable
H A DProcessGDBRemote.h279 HostThread m_async_thread; variable
H A DProcessGDBRemote.cpp1520 if (!m_async_thread.IsJoinable()) { in DoResume()
3682 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()
3686 m_async_thread = in StartAsyncThread()
3694 return m_async_thread.IsJoinable(); in StartAsyncThread()
3704 if (m_async_thread.IsJoinable()) { in StopAsyncThread()
3711 m_async_thread.Join(nullptr); in StopAsyncThread()
3712 m_async_thread.Reset(); in StopAsyncThread()