Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp48 : FDRead(pipefd[0]), FDWrite(pipefd[1]), OwnsFDs(true) {} in SemaphorePipe()
53 OwnsFDs(other.OwnsFDs) // Someone could have moved from the other in SemaphorePipe()
56 other.OwnsFDs = false; in SemaphorePipe()
67 if (OwnsFDs) { in ~SemaphorePipe()
74 bool OwnsFDs; member