Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp409 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()
H A DProcessKDP.h172 lldb_private::HostThread m_async_thread; variable
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h260 HostThread m_async_thread; variable
H A DProcessGDBRemote.cpp1401 if (!m_async_thread.IsJoinable()) { in DoResume()
3431 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()
3444 m_async_thread = *async_thread; in StartAsyncThread()
3451 return m_async_thread.IsJoinable(); in StartAsyncThread()
3460 if (m_async_thread.IsJoinable()) { in StopAsyncThread()
3467 m_async_thread.Join(nullptr); in StopAsyncThread()
3468 m_async_thread.Reset(); in StopAsyncThread()