Searched refs:eBroadcastBitReadThreadDidExit (Results 1 – 6 of 6) sorted by relevance
55 SetEventName (eBroadcastBitReadThreadDidExit, "read thread did exit"); in Communication()172 …r.StartListeningForEvents (this, eBroadcastBitReadThreadGotBytes | eBroadcastBitReadThreadDidExit); in Read()182 if (event_type & eBroadcastBitReadThreadDidExit) in Read()392 comm->BroadcastEvent (eBroadcastBitReadThreadDidExit); in ReadThread()
18 …eBroadcastBitReadThreadDidExit = (1 << 2), ///< Sent by the read thread when it exits to info… enumerator
24 …eBroadcastBitReadThreadDidExit = (1 << 2), ///< Sent by the read thread when it exits to info… enumerator
89 …eBroadcastBitReadThreadDidExit = (1 << 2), ///< Sent by the read thread when it exits to info… enumerator
2813 …ener.StartListeningForEvents (&process->m_gdb_comm, Communication::eBroadcastBitReadThreadDidExit); in AsyncThread()2896 if (event_type & Communication::eBroadcastBitReadThreadDidExit) in AsyncThread()
2582 lldb.SBCommunication.eBroadcastBitReadThreadDidExit lldb.SBCommunication-class.html#eBroadcastBitRe…