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

/netbsd-current/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp46 : FDRead(pipefd[0]), FDWrite(pipefd[1]), OwnsFDs(true) {}
51 OwnsFDs(other.OwnsFDs) // Someone could have moved from the other
54 other.OwnsFDs = false;
65 if (OwnsFDs) {
72 bool OwnsFDs; member in struct:__anon577::SemaphorePipe

Completed in 144 milliseconds