Searched refs:AsyncCleanupHookHandle (Results 1 – 4 of 4) sorted by relevance
153 AsyncCleanupHookHandle AddEnvironmentCleanupHook( in AddEnvironmentCleanupHook()165 return AsyncCleanupHookHandle(new ACHHandle { info }); in AddEnvironmentCleanupHook()169 AsyncCleanupHookHandle handle) { in RemoveEnvironmentCleanupHook()
12 node::AsyncCleanupHookHandle handle;
929 typedef std::unique_ptr<ACHHandle, DeleteACHHandle> AsyncCleanupHookHandle; typedef931 NODE_EXTERN AsyncCleanupHookHandle AddEnvironmentCleanupHook(936 NODE_EXTERN void RemoveEnvironmentCleanupHook(AsyncCleanupHookHandle holder);
694 node::AsyncCleanupHookHandle handle_;