Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DCommunication.cpp196 if (m_read_thread.IsJoinable()) in StartReadThread()
208 m_read_thread = ThreadLauncher::LaunchThread( in StartReadThread()
210 if (!m_read_thread.IsJoinable()) in StartReadThread()
216 if (!m_read_thread.IsJoinable()) in StopReadThread()
228 Status error = m_read_thread.Join(nullptr); in StopReadThread()
233 if (!m_read_thread.IsJoinable()) in JoinReadThread()
236 Status error = m_read_thread.Join(nullptr); in JoinReadThread()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DCommunication.h339 HostThread m_read_thread; ///< The read thread handle in case we need to variable