Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp47 : FDRead(pipefd[0]), FDWrite(pipefd[1]), OwnsFDs(true) {} in SemaphorePipe()
51 : FDRead(other.FDRead), FDWrite(other.FDWrite), in SemaphorePipe()
68 close(FDRead); in ~SemaphorePipe()
71 const int FDRead; member
208 EventSpec.data.fd = InotifyPollingStopSignal.FDRead; in InotifyPollingLoop()
209 if (epoll_ctl(EpollFD, EPOLL_CTL_ADD, InotifyPollingStopSignal.FDRead, in InotifyPollingLoop()
229 if (EpollEventBuffer[i].data.fd == InotifyPollingStopSignal.FDRead) { in InotifyPollingLoop()