Searched refs:eBroadcastBitReadThreadDidExit (Results 1 – 5 of 5) sorted by relevance
55 SetEventName(eBroadcastBitReadThreadDidExit, "read thread did exit"); in Communication()149 this, eBroadcastBitReadThreadGotBytes | eBroadcastBitReadThreadDidExit); in Read()157 if (event_type & eBroadcastBitReadThreadDidExit) { in Read()386 BroadcastEvent(eBroadcastBitReadThreadDidExit); in ReadThread()
20 …eBroadcastBitReadThreadDidExit = (1 << 2), ///< Sent by the read thread when it exits to info… enumerator
24 eBroadcastBitReadThreadDidExit = in FLAGS_ANONYMOUS_ENUM()
91 eBroadcastBitReadThreadDidExit = in FLAGS_ANONYMOUS_ENUM()
289 const uint32_t gdb_event_mask = Communication::eBroadcastBitReadThreadDidExit; in ProcessGDBRemote()3615 case Communication::eBroadcastBitReadThreadDidExit: in AsyncThread()