Lines Matching refs:ThreadedCommunication

35 ConstString &ThreadedCommunication::GetStaticBroadcasterClass() {  in GetStaticBroadcasterClass()
40 ThreadedCommunication::ThreadedCommunication(const char *name) in ThreadedCommunication() function in ThreadedCommunication
58 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()
239 void ThreadedCommunication::AppendBytesToCache(const uint8_t *bytes, size_t len, in AppendBytesToCache()
261 bool ThreadedCommunication::ReadThreadIsRunning() { in ReadThreadIsRunning()
265 lldb::thread_result_t ThreadedCommunication::ReadThread() { in ReadThread()
298 ThreadedCommunication::ConnectionStatusAsString(status)); in ReadThread()
314 ThreadedCommunication::ConnectionStatusAsString(status)); in ReadThread()
345 void ThreadedCommunication::SetReadThreadBytesReceivedCallback( in SetReadThreadBytesReceivedCallback()
351 void ThreadedCommunication::SynchronizeWithReadThread() { in SynchronizeWithReadThread()
372 void ThreadedCommunication::SetConnection( in SetConnection()