Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
HDDirectoryWatcher-linux.cpp219 const int EpollWaitResult = llvm::sys::RetryAfterSignal( in InotifyPollingLoop() local
222 if (EpollWaitResult == -1) { in InotifyPollingLoop()
229 for (int i = 0; i < EpollWaitResult; ++i) { in InotifyPollingLoop()