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

/netbsd-current/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp217 const int EpollWaitResult = llvm::sys::RetryAfterSignal( local
220 if (EpollWaitResult == -1) {
227 for (int i = 0; i < EpollWaitResult; ++i) {

Completed in 136 milliseconds