Searched defs:SemaphorePipe (Results 1 – 1 of 1) sorted by relevance
43 struct SemaphorePipe { struct47 SemaphorePipe(int pipefd[2]) in SemaphorePipe() argument51 SemaphorePipe(SemaphorePipe &&other) in SemaphorePipe() function59 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()