Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp837 if (m_listen_thread.IsJoinable()) in StartListenThread()
851 m_listen_thread = *listen_thread; in StartListenThread()
857 if (m_listen_thread.IsJoinable()) in JoinListenThread()
858 m_listen_thread.Join(nullptr); in JoinListenThread()
H A DGDBRemoteCommunication.h223 HostThread m_listen_thread; variable