Home
last modified time | relevance | path

Searched refs:handle_cleanup_queue_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Denv.cc614 for (HandleCleanup& hc : handle_cleanup_queue_) in CleanupHandles()
616 handle_cleanup_queue_.clear(); in CleanupHandles()
Denv-inl.h508 handle_cleanup_queue_.push_back(HandleCleanup{handle, cb, arg}); in RegisterHandleCleanup()
Denv.h1400 std::list<HandleCleanup> handle_cleanup_queue_; variable