Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_record.cpp1104 int fdRead = open(CONTROL_FIFO_FILE_S2C.c_str(), O_RDONLY | O_NONBLOCK); in SendFifoAndWaitReply() local
1105 if (fdRead == -1) { in SendFifoAndWaitReply()
1112 close(fdRead); in SendFifoAndWaitReply()
1120 close(fdRead); in SendFifoAndWaitReply()
1125 bool ret = WaitFifoReply(fdRead, timeOut); in SendFifoAndWaitReply()
1126 close(fdRead); in SendFifoAndWaitReply()