Home
last modified time | relevance | path

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

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