Lines Matching refs:comm
243 snprintf(thread_name, sizeof(thread_name), "<lldb.comm.%s>", m_broadcaster_name.AsCString());
339 Communication *comm = (Communication *)p;
351 while (!done && comm->m_read_thread_enabled)
353 size_t bytes_read = comm->ReadFromConnection (buf, sizeof(buf), 5 * TimeValue::MicroSecPerSec, status, &error);
355 comm->AppendBytesToCache (buf, bytes_read, true, status);
359 if (comm->GetCloseOnEOF ())
360 comm->Disconnect ();
361 comm->AppendBytesToCache (buf, bytes_read, true, status);
370 if (comm->GetCloseOnEOF())
392 comm->BroadcastEvent (eBroadcastBitReadThreadDidExit);