Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/runtime/
Ddart_isolate.h135 std::vector<std::unique_ptr<AutoFireClosure>> shutdown_callbacks_; variable
Ddart_isolate.cc788 shutdown_callbacks_.emplace_back( in AddIsolateShutdownCallback()
801 shutdown_callbacks_.clear(); in OnShutdownCallback()
/third_party/node/src/
Dnode_platform.h98 ShutdownCbList shutdown_callbacks_; variable
Dnode_platform.cc286 shutdown_callbacks_.emplace_back(ShutdownCallback { callback, data }); in AddShutdownCallback()
321 for (const auto& callback : shutdown_callbacks_) in DecreaseHandleCount()