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

/netbsd-current/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp121 SemaphorePipe &&InotifyPollingStopSignal);
149 SemaphorePipe InotifyPollingStopSignal; member in class:__anon577::DirectoryWatcherLinux
170 InotifyPollingStopSignal.signal();
207 EventSpec.data.fd = InotifyPollingStopSignal.FDRead;
208 if (epoll_ctl(EpollFD, EPOLL_CTL_ADD, InotifyPollingStopSignal.FDRead,
228 if (EpollEventBuffer[i].data.fd == InotifyPollingStopSignal.FDRead) {
299 SemaphorePipe &&InotifyPollingStopSignal)
302 InotifyPollingStopSignal(std::move(InotifyPollingStopSignal)) {
295 DirectoryWatcherLinux( StringRef WatchedDirPath, std::function<void(llvm::ArrayRef<Event>, bool)> Receiver, bool WaitForInitialSync, int InotifyFD, int InotifyWD, SemaphorePipe &&InotifyPollingStopSignal) argument

Completed in 169 milliseconds