Home
last modified time | relevance | path

Searched defs:SemaphorePipe (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp41 struct SemaphorePipe { struct
45 SemaphorePipe(int pipefd[2]) in SemaphorePipe() function
49 SemaphorePipe(SemaphorePipe &&other) in SemaphorePipe() argument
57 void signal() { in signal()
64 ~SemaphorePipe() { in ~SemaphorePipe()
70 const int FDRead;
71 const int FDWrite;
72 bool OwnsFDs;
74 static llvm::Optional<SemaphorePipe> create() { in create()