Searched refs:FDRead (Results 1 – 1 of 1) sorted by relevance
48 : FDRead(pipefd[0]), FDWrite(pipefd[1]), OwnsFDs(true) {} in SemaphorePipe()52 : FDRead(other.FDRead), FDWrite(other.FDWrite), in SemaphorePipe()69 close(FDRead); in ~SemaphorePipe()72 const int FDRead; member209 EventSpec.data.fd = InotifyPollingStopSignal.FDRead; in InotifyPollingLoop()210 if (epoll_ctl(EpollFD, EPOLL_CTL_ADD, InotifyPollingStopSignal.FDRead, in InotifyPollingLoop()230 if (EpollEventBuffer[i].data.fd == InotifyPollingStopSignal.FDRead) { in InotifyPollingLoop()