Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_platform.h188 bool has_shut_down_ = false; variable
Dnode_platform.cc403 if (has_shut_down_) return; in Shutdown()
404 has_shut_down_ = true; in Shutdown()