Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp76 int InotifyPollingStopperFDs[2]; in create() local
77 if (pipe2(InotifyPollingStopperFDs, O_CLOEXEC) == -1) in create()
79 return SemaphorePipe(InotifyPollingStopperFDs); in create()