Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h263 HostThread m_async_thread; variable
H A DProcessGDBRemote.cpp1361 if (!m_async_thread.IsJoinable()) { in DoResume()
3386 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()
3399 m_async_thread = *async_thread; in StartAsyncThread()
3406 return m_async_thread.IsJoinable(); in StartAsyncThread()
3415 if (m_async_thread.IsJoinable()) { in StopAsyncThread()
3422 m_async_thread.Join(nullptr); in StopAsyncThread()
3423 m_async_thread.Reset(); in StopAsyncThread()