Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_platform.h98 ShutdownCbList shutdown_callbacks_; variable
Dnode_platform.cc293 shutdown_callbacks_.emplace_back(ShutdownCallback { callback, data }); in AddShutdownCallback()
328 for (const auto& callback : shutdown_callbacks_) in DecreaseHandleCount()