Lines Matching defs:SemaphorePipe
43 struct SemaphorePipe {
47 SemaphorePipe(int pipefd[2])
49 SemaphorePipe(const SemaphorePipe &) = delete;
50 void operator=(const SemaphorePipe &) = delete;
51 SemaphorePipe(SemaphorePipe &&other)
66 ~SemaphorePipe() {
76 static std::optional<SemaphorePipe> create() {
80 return SemaphorePipe(InotifyPollingStopperFDs);
123 SemaphorePipe &&InotifyPollingStopSignal);
151 SemaphorePipe InotifyPollingStopSignal;
301 SemaphorePipe &&InotifyPollingStopSignal)
350 auto InotifyPollingStopper = SemaphorePipe::create();
354 llvm::errnoAsErrorCode(), std::string(": SemaphorePipe::create()"));