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.cpp201 struct epoll_event EventSpec; in InotifyPollingLoop() local
202 EventSpec.events = EPOLLIN; in InotifyPollingLoop()
203 EventSpec.data.fd = InotifyFD; in InotifyPollingLoop()
204 if (epoll_ctl(EpollFD, EPOLL_CTL_ADD, InotifyFD, &EventSpec) == -1) { in InotifyPollingLoop()
209 EventSpec.data.fd = InotifyPollingStopSignal.FDRead; in InotifyPollingLoop()
211 &EventSpec) == -1) { in InotifyPollingLoop()