Searched refs:ReplyStop (Results 1 – 3 of 3) sorted by relevance
35 static const std::string ReplyStop = "STOP\n"; variable
679 if (SendCommandAndWait(ReplyStop)) { in Stop()
995 } else if (command == ReplyStop) { in ClientCommandHandle()1027 ret = SendFifoAndWaitReply(HiperfClient::ReplyStop, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()