Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp196 if (m_read_thread.IsJoinable()) in StartReadThread()
210 m_read_thread = *maybe_thread; in StartReadThread()
221 if (!m_read_thread.IsJoinable()) in StartReadThread()
228 if (!m_read_thread.IsJoinable()) in StopReadThread()
240 Status error = m_read_thread.Join(nullptr); in StopReadThread()
245 if (!m_read_thread.IsJoinable()) in JoinReadThread()
248 Status error = m_read_thread.Join(nullptr); in JoinReadThread()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h303 HostThread m_read_thread; ///< The read thread handle in case we need to variable