Searched refs:ThreadedCommunication (Results 1 – 8 of 8) sorted by relevance
35 llvm::StringRef ThreadedCommunication::GetStaticBroadcasterClass() { in GetStaticBroadcasterClass()40 ThreadedCommunication::ThreadedCommunication(const char *name) in ThreadedCommunication() function in ThreadedCommunication58 ThreadedCommunication::~ThreadedCommunication() { in ~ThreadedCommunication()64 void ThreadedCommunication::Clear() { in Clear()70 ConnectionStatus ThreadedCommunication::Disconnect(Status *error_ptr) { in Disconnect()76 size_t ThreadedCommunication::Read(void *dst, size_t dst_len, in Read()158 bool ThreadedCommunication::StartReadThread(Status *error_ptr) { in StartReadThread()194 bool ThreadedCommunication::StopReadThread(Status *error_ptr) { in StopReadThread()211 bool ThreadedCommunication::JoinReadThread(Status *error_ptr) { in JoinReadThread()221 size_t ThreadedCommunication::GetCachedBytes(void *dst, size_t dst_len) { in GetCachedBytes()[all …]
61 class ThreadedCommunication : public Communication, public Broadcaster {93 ThreadedCommunication(const char *broadcaster_name);98 ~ThreadedCommunication() override;293 ThreadedCommunication(const ThreadedCommunication &) = delete;294 const ThreadedCommunication &295 operator=(const ThreadedCommunication &) = delete;
22 : m_opaque(new ThreadedCommunication(broadcaster_name)), in SBCommunication()173 return ConstString(ThreadedCommunication::GetStaticBroadcasterClass()) in GetBroadcasterClass()
78 lldb_private::ThreadedCommunication *m_opaque = nullptr;
132 ThreadedCommunication m_communication;
250 class ThreadedCommunication; variable
3117 ThreadedCommunication m_stdio_communication;
201 SRCS+= Core/ThreadedCommunication.cpp