Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp46 : FDRead(pipefd[0]), FDWrite(pipefd[1]), OwnsFDs(true) {} in SemaphorePipe()
50 : FDRead(other.FDRead), FDWrite(other.FDWrite), in SemaphorePipe()
67 close(FDRead); in ~SemaphorePipe()
70 const int FDRead; member
207 EventSpec.data.fd = InotifyPollingStopSignal.FDRead; in InotifyPollingLoop()
208 if (epoll_ctl(EpollFD, EPOLL_CTL_ADD, InotifyPollingStopSignal.FDRead, in InotifyPollingLoop()
228 if (EpollEventBuffer[i].data.fd == InotifyPollingStopSignal.FDRead) { in InotifyPollingLoop()