Searched refs:SemaphorePipe (Results 1 – 1 of 1) sorted by relevance
38 struct SemaphorePipe { struct42 SemaphorePipe(int pipefd[2]) in SemaphorePipe() function44 SemaphorePipe(const SemaphorePipe &) = delete;45 void operator=(const SemaphorePipe &) = delete;46 SemaphorePipe(SemaphorePipe &&other) in SemaphorePipe() argument61 ~SemaphorePipe() { in ~SemaphorePipe() argument71 static std::optional<SemaphorePipe> create() { in create() argument75 return SemaphorePipe(InotifyPollingStopperFDs); in create()118 SemaphorePipe &&InotifyPollingStopSignal);146 SemaphorePipe InotifyPollingStopSignal;[all …]