Searched refs:SemaphorePipe (Results 1 – 1 of 1) sorted by relevance
42 struct SemaphorePipe { struct46 SemaphorePipe(int pipefd[2]) in SemaphorePipe() function48 SemaphorePipe(const SemaphorePipe &) = delete;49 void operator=(const SemaphorePipe &) = delete;50 SemaphorePipe(SemaphorePipe &&other) in SemaphorePipe() function65 ~SemaphorePipe() { in ~SemaphorePipe() argument75 static llvm::Optional<SemaphorePipe> create() { in create() argument79 return SemaphorePipe(InotifyPollingStopperFDs); in create()122 SemaphorePipe &&InotifyPollingStopSignal);150 SemaphorePipe InotifyPollingStopSignal;[all …]