Lines Matching refs:ThreadedCommunication
34 ConstString &ThreadedCommunication::GetStaticBroadcasterClass() { in GetStaticBroadcasterClass()
39 ThreadedCommunication::ThreadedCommunication(const char *name) in ThreadedCommunication() function in ThreadedCommunication
57 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()
234 void ThreadedCommunication::AppendBytesToCache(const uint8_t *bytes, size_t len, in AppendBytesToCache()
256 bool ThreadedCommunication::ReadThreadIsRunning() { in ReadThreadIsRunning()
260 lldb::thread_result_t ThreadedCommunication::ReadThread() { in ReadThread()
293 ThreadedCommunication::ConnectionStatusAsString(status)); in ReadThread()
309 ThreadedCommunication::ConnectionStatusAsString(status)); in ReadThread()
340 void ThreadedCommunication::SetReadThreadBytesReceivedCallback( in SetReadThreadBytesReceivedCallback()
346 void ThreadedCommunication::SynchronizeWithReadThread() { in SynchronizeWithReadThread()
367 void ThreadedCommunication::SetConnection( in SetConnection()