Searched refs:ThreadedCommunication (Results 1 – 8 of 8) sorted by relevance
35 ConstString &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()76 size_t ThreadedCommunication::Read(void *dst, size_t dst_len, in Read()194 bool ThreadedCommunication::StopReadThread(Status *error_ptr) { in StopReadThread()211 bool ThreadedCommunication::JoinReadThread(Status *error_ptr) { in JoinReadThread()261 bool ThreadedCommunication::ReadThreadIsRunning() { in ReadThreadIsRunning()265 lldb::thread_result_t ThreadedCommunication::ReadThread() { in ReadThread()351 void ThreadedCommunication::SynchronizeWithReadThread() { in SynchronizeWithReadThread()[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 ThreadedCommunication::GetStaticBroadcasterClass().AsCString(); in GetBroadcasterClass()
78 lldb_private::ThreadedCommunication *m_opaque = nullptr;
130 ThreadedCommunication m_communication;
246 class ThreadedCommunication; variable
3056 ThreadedCommunication m_stdio_communication;
190 SRCS+= Core/ThreadedCommunication.cpp