Home
last modified time | relevance | path

Searched refs:m_operation_thread (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp814 if (m_operation_thread.IsJoinable()) in StartLaunchOpThread()
817 m_operation_thread = in StartLaunchOpThread()
980 if (m_operation_thread.IsJoinable()) in StartAttachOpThread()
983 m_operation_thread = in StartAttachOpThread()
1441 if (!m_operation_thread.IsJoinable()) in StopOpThread()
1444 m_operation_thread.Cancel(); in StopOpThread()
1445 m_operation_thread.Join(nullptr); in StopOpThread()
1446 m_operation_thread.Reset(); in StopOpThread()
H A DProcessMonitor.h187 lldb_private::HostThread m_operation_thread; variable