Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dnode_dir.h42 bool closing_ = false; member in node::fs_dir::DirHandle
H A Dnode_dir.cc122 CHECK(!closing_); // We should not be deleting while explicitly closing! in ~DirHandle()
142 closing_ = false; in GCClose()
191 dir->closing_ = false; in Close()
H A Dnode_file.h322 bool IsClosing() override { return closing_; }
409 bool closing_ = false; member in node::fs::final
H A Dnode_file.cc270 CHECK(!closing_); // We should not be deleting while explicitly closing! in ~FileHandle()
287 return reading_ || closing_ || closed_ ? in GetTransferMode()
328 if (closed_ || closing_) return; in Close()
448 CHECK(!closing_); in ClosePromise()
461 closing_ = true; in ClosePromise()
511 closing_ = false; in AfterClose()
657 if (closing_ || closed_) { in DoShutdown()
662 closing_ = true; in DoShutdown()

Completed in 7 milliseconds