Home
last modified time | relevance | path

Searched refs:CONTROL_WAITREPY_TOMEOUT (Results 1 – 1 of 1) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_record.cpp62 const std::chrono::milliseconds CONTROL_WAITREPY_TOMEOUT = 2000ms; variable
971 int polled = poll(&pollFd, 1, CONTROL_WAITREPY_TOMEOUT.count()); in ClientCommandHandle()
1021 ret = SendFifoAndWaitReply(HiperfClient::ReplyStart, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()
1023 ret = SendFifoAndWaitReply(HiperfClient::ReplyResume, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()
1025 ret = SendFifoAndWaitReply(HiperfClient::ReplyPause, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()
1027 ret = SendFifoAndWaitReply(HiperfClient::ReplyStop, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()
1086 if (fd == -1 or !WaitFifoReply(fd, CONTROL_WAITREPY_TOMEOUT)) { in CreateFifoServer()