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

/netbsd-current/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp120 bool WaitForInitialSync, int InotifyFD, int InotifyWD,
127 inotify_rm_watch(InotifyFD, InotifyWD);
128 llvm::sys::RetryAfterSignal(-1, close, InotifyFD);
134 int InotifyFD = -1; member in class:__anon577::DirectoryWatcherLinux
201 EventSpec.data.fd = InotifyFD;
202 if (epoll_ctl(EpollFD, EPOLL_CTL_ADD, InotifyFD, &EventSpec) == -1) {
236 ssize_t NumRead = llvm::sys::RetryAfterSignal(-1, read, InotifyFD, Buf,
298 bool WaitForInitialSync, int InotifyFD, int InotifyWD,
300 : WatchedDirPath(WatchedDirPath), InotifyFD(InotifyFD),
295 DirectoryWatcherLinux( StringRef WatchedDirPath, std::function<void(llvm::ArrayRef<Event>, bool)> Receiver, bool WaitForInitialSync, int InotifyFD, int InotifyWD, SemaphorePipe &&InotifyPollingStopSignal) argument
331 const int InotifyFD = inotify_init1(IN_CLOEXEC); local
[all...]

Completed in 85 milliseconds