Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
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()
DGDBRemoteCommunicationReplayServer.h73 HostThread m_async_thread; variable
DProcessGDBRemote.h260 HostThread m_async_thread; variable
DProcessGDBRemote.cpp1441 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()
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp424 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()
DProcessKDP.h174 lldb_private::HostThread m_async_thread; variable