Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp43 struct SemaphorePipe { struct
47 SemaphorePipe(int pipefd[2]) in SemaphorePipe() argument
51 SemaphorePipe(SemaphorePipe &&other) in SemaphorePipe() function
59 void signal() { in signal()
66 ~SemaphorePipe() { in ~SemaphorePipe()
72 const int FDRead;
73 const int FDWrite;
74 bool OwnsFDs;
76 static std::optional<SemaphorePipe> create() { in create()