Searched refs:SemaphorePipe (Results 1 – 1 of 1) sorted by relevance
43 struct SemaphorePipe { struct47 SemaphorePipe(int pipefd[2]) in SemaphorePipe() argument49 SemaphorePipe(const SemaphorePipe &) = delete;50 void operator=(const SemaphorePipe &) = delete;51 SemaphorePipe(SemaphorePipe &&other) in SemaphorePipe() function66 ~SemaphorePipe() { in ~SemaphorePipe() argument76 static std::optional<SemaphorePipe> create() { in create() argument80 return SemaphorePipe(InotifyPollingStopperFDs); in create()123 SemaphorePipe &&InotifyPollingStopSignal);151 SemaphorePipe InotifyPollingStopSignal;[all …]