Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_dir.cc82 CHECK(!closing_); // We should not be deleting while explicitly closing! in ~DirHandle()
100 closing_ = false; in GCClose()
148 dir->closing_ = false; in Close()
Dnode_dir.h42 bool closing_ = false; variable
Dnode_file.h259 bool IsClosing() override { return closing_; } in IsClosing()
346 bool closing_ = false; variable
Dnode_file.cc184 CHECK(!closing_); // We should not be deleting while explicitly closing! in ~FileHandle()
201 return reading_ || closing_ || closed_ ? in GetTransferMode()
352 if (!closed_ && !closing_) { in ClosePromise()
353 closing_ = true; in ClosePromise()
405 closing_ = false; in AfterClose()
550 closing_ = true; in DoShutdown()