Searched defs:SemaphorePipe (Results 1 – 1 of 1) sorted by relevance
41 struct SemaphorePipe { struct45 SemaphorePipe(int pipefd[2]) in SemaphorePipe() function49 SemaphorePipe(SemaphorePipe &&other) in SemaphorePipe() argument57 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()