Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp77 int InotifyPollingStopperFDs[2]; in create() local
78 if (pipe2(InotifyPollingStopperFDs, O_CLOEXEC) == -1) in create()
80 return SemaphorePipe(InotifyPollingStopperFDs); in create()