Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp196 struct epoll_event EventSpec; in InotifyPollingLoop() local
197 EventSpec.events = EPOLLIN; in InotifyPollingLoop()
198 EventSpec.data.fd = InotifyFD; in InotifyPollingLoop()
199 if (epoll_ctl(EpollFD, EPOLL_CTL_ADD, InotifyFD, &EventSpec) == -1) { in InotifyPollingLoop()
204 EventSpec.data.fd = InotifyPollingStopSignal.FDRead; in InotifyPollingLoop()
206 &EventSpec) == -1) { in InotifyPollingLoop()