Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp38 struct SemaphorePipe { struct
42 SemaphorePipe(int pipefd[2]) in SemaphorePipe() function
44 SemaphorePipe(const SemaphorePipe &) = delete;
45 void operator=(const SemaphorePipe &) = delete;
46 SemaphorePipe(SemaphorePipe &&other) in SemaphorePipe() argument
61 ~SemaphorePipe() { in ~SemaphorePipe() argument
71 static std::optional<SemaphorePipe> create() { in create() argument
75 return SemaphorePipe(InotifyPollingStopperFDs); in create()
118 SemaphorePipe &&InotifyPollingStopSignal);
146 SemaphorePipe InotifyPollingStopSignal;
[all …]