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

/netbsd-current/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp199 struct epoll_event EventSpec; local
200 EventSpec.events = EPOLLIN;
201 EventSpec.data.fd = InotifyFD;
202 if (epoll_ctl(EpollFD, EPOLL_CTL_ADD, InotifyFD, &EventSpec) == -1) {
207 EventSpec.data.fd = InotifyPollingStopSignal.FDRead;
209 &EventSpec) == -1) {

Completed in 147 milliseconds