Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp204 if (m_read_thread.IsJoinable()) in StartReadThread()
218 m_read_thread = *maybe_thread; in StartReadThread()
228 if (!m_read_thread.IsJoinable()) in StartReadThread()
235 if (!m_read_thread.IsJoinable()) in StopReadThread()
247 Status error = m_read_thread.Join(nullptr); in StopReadThread()
252 if (!m_read_thread.IsJoinable()) in JoinReadThread()
255 Status error = m_read_thread.Join(nullptr); in JoinReadThread()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DCommunication.h319 HostThread m_read_thread; ///< The read thread handle in case we need to variable