Searched refs:ThreadedCommunication (Results 1 – 10 of 10) sorted by relevance
34 ConstString &ThreadedCommunication::GetStaticBroadcasterClass() { in GetStaticBroadcasterClass()39 ThreadedCommunication::ThreadedCommunication(const char *name) in ThreadedCommunication() function in ThreadedCommunication57 ThreadedCommunication::~ThreadedCommunication() { in ~ThreadedCommunication()63 void ThreadedCommunication::Clear() { in Clear()69 ConnectionStatus ThreadedCommunication::Disconnect(Status *error_ptr) { in Disconnect()75 size_t ThreadedCommunication::Read(void *dst, size_t dst_len, in Read()157 bool ThreadedCommunication::StartReadThread(Status *error_ptr) { in StartReadThread()191 bool ThreadedCommunication::StopReadThread(Status *error_ptr) { in StopReadThread()208 bool ThreadedCommunication::JoinReadThread(Status *error_ptr) { in JoinReadThread()216 size_t ThreadedCommunication::GetCachedBytes(void *dst, size_t dst_len) { in GetCachedBytes()[all …]
57 ThreadedCommunication.cpp
61 class ThreadedCommunication : public Communication, public Broadcaster {93 ThreadedCommunication(const char *broadcaster_name);98 ~ThreadedCommunication() override;281 ThreadedCommunication(const ThreadedCommunication &) = delete;282 const ThreadedCommunication &283 operator=(const ThreadedCommunication &) = delete;
22 : m_opaque(new ThreadedCommunication(broadcaster_name)), in SBCommunication()173 return ThreadedCommunication::GetStaticBroadcasterClass().AsCString(); in GetBroadcasterClass()
78 lldb_private::ThreadedCommunication *m_opaque = nullptr;
43 ThreadedCommunication.cpp \
80 "ThreadedCommunication.cpp",
124 ThreadedCommunication m_communication;
241 class ThreadedCommunication; variable
2924 ThreadedCommunication m_stdio_communication;