Home
last modified time | relevance | path

Searched refs:out_comm_2 (Results 1 – 1 of 1) sorted by relevance

/external/lldb/tools/driver/
DDriver.cpp1325 SBCommunication out_comm_2("driver.editline_output"); in MainLoop() local
1326 out_comm_2.SetCloseOnEOF (false); in MainLoop()
1327 out_comm_2.AdoptFileDesriptor (editline_output_pty.GetMasterFileDescriptor(), false); in MainLoop()
1328out_comm_2.SetReadThreadBytesReceivedCallback (IOChannel::LibeditOutputBytesReceived, m_io_channel… in MainLoop()
1330 if (out_comm_2.ReadThreadStart () == false) in MainLoop()
1600 out_comm_2.SetReadThreadBytesReceivedCallback(NULL, NULL); in MainLoop()
1601 out_comm_2.Disconnect(); in MainLoop()
1602 out_comm_2.ReadThreadStop(); in MainLoop()