Home
last modified time | relevance | path

Searched refs:SemaphorePipe (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp42 struct SemaphorePipe { struct
46 SemaphorePipe(int pipefd[2]) in SemaphorePipe() function
48 SemaphorePipe(const SemaphorePipe &) = delete;
49 void operator=(const SemaphorePipe &) = delete;
50 SemaphorePipe(SemaphorePipe &&other) in SemaphorePipe() function
65 ~SemaphorePipe() { in ~SemaphorePipe() argument
75 static llvm::Optional<SemaphorePipe> create() { in create() argument
79 return SemaphorePipe(InotifyPollingStopperFDs); in create()
122 SemaphorePipe &&InotifyPollingStopSignal);
150 SemaphorePipe InotifyPollingStopSignal;
[all …]