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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp149 m_listen_thread (LLDB_INVALID_HOST_THREAD),
562 if (IS_VALID_LLDB_HOST_THREAD(m_listen_thread))
575 m_listen_thread = Host::ThreadCreate (listen_url, GDBRemoteCommunication::ListenThread, this, &error);
583 if (IS_VALID_LLDB_HOST_THREAD(m_listen_thread))
585 Host::ThreadJoin(m_listen_thread, NULL, NULL);
586 m_listen_thread = LLDB_INVALID_HOST_THREAD;
H A DGDBRemoteCommunication.h285 lldb::thread_t m_listen_thread; member in class:GDBRemoteCommunication

Completed in 100 milliseconds