Searched refs:CONTROL_WAITREPY_TOMEOUT (Results 1 – 1 of 1) sorted by relevance
57 const std::chrono::milliseconds CONTROL_WAITREPY_TOMEOUT = 2000ms; variable873 int polled = poll(&pollFd, 1, CONTROL_WAITREPY_TOMEOUT.count()); in ClientCommandHandle()923 ret = SendFifoAndWaitReply(HiperfClient::ReplyStart, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()925 ret = SendFifoAndWaitReply(HiperfClient::ReplyResume, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()927 ret = SendFifoAndWaitReply(HiperfClient::ReplyPause, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()929 ret = SendFifoAndWaitReply(HiperfClient::ReplyStop, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()988 if (fd == -1 or !WaitFifoReply(fd, CONTROL_WAITREPY_TOMEOUT)) { in CreateFifoServer()