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

/netbsd-current/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp41 struct SemaphorePipe { struct in namespace:__anon577
45 SemaphorePipe(int pipefd[2]) function in struct:__anon577::SemaphorePipe
47 SemaphorePipe(const SemaphorePipe &) = delete;
48 void operator=(const SemaphorePipe &) = delete;
49 SemaphorePipe(SemaphorePipe &&other) function in struct:__anon577::SemaphorePipe
64 ~SemaphorePipe() {
74 static llvm::Optional<SemaphorePipe> create() {
78 return SemaphorePipe(InotifyPollingStopperFD
[all...]

Completed in 194 milliseconds