Home
last modified time | relevance | path

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

/third_party/node/src/api/
Dhooks.cc153 AsyncCleanupHookHandle AddEnvironmentCleanupHook( in AddEnvironmentCleanupHook()
165 return AsyncCleanupHookHandle(new ACHHandle { info }); in AddEnvironmentCleanupHook()
169 AsyncCleanupHookHandle handle) { in RemoveEnvironmentCleanupHook()
/third_party/node/test/addons/async-cleanup-hook/
Dbinding.cc12 node::AsyncCleanupHookHandle handle;
/third_party/node/src/
Dnode.h929 typedef std::unique_ptr<ACHHandle, DeleteACHHandle> AsyncCleanupHookHandle; typedef
931 NODE_EXTERN AsyncCleanupHookHandle AddEnvironmentCleanupHook(
936 NODE_EXTERN void RemoveEnvironmentCleanupHook(AsyncCleanupHookHandle holder);
Dnode_api.cc694 node::AsyncCleanupHookHandle handle_;