Searched refs:stop_reply (Results 1 – 1 of 1) sorted by relevance
1030 StreamString stop_reply = PrepareStopReplyPacketForThread(listed_thread); in EnqueueStopReplyPackets() local1031 if (!stop_reply.Empty()) in EnqueueStopReplyPackets()1032 m_stop_notification_queue.push_back(stop_reply.GetString().str()); in EnqueueStopReplyPackets()1904 StreamString stop_reply = PrepareStopReplyPacketForThread(*thread); in Handle_stop_reason() local1905 if (!stop_reply.Empty()) in Handle_stop_reason()1906 m_stop_notification_queue.push_back(stop_reply.GetString().str()); in Handle_stop_reason()