Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp47 : FDRead(pipefd[0]), FDWrite(pipefd[1]), OwnsFDs(true) {} in SemaphorePipe()
52 OwnsFDs(other.OwnsFDs) // Someone could have moved from the other in SemaphorePipe()
55 other.OwnsFDs = false; in SemaphorePipe()
66 if (OwnsFDs) { in ~SemaphorePipe()
73 bool OwnsFDs; member