Home
last modified time | relevance | path

Searched refs:CleanupHook (Results 1 – 6 of 6) sorted by relevance

/third_party/node/src/
Dtimer_wrap.cc55 env->AddCleanupHook(CleanupHook, this); in TimerWrapHandle()
65 timer_->env()->RemoveCleanupHook(CleanupHook, this); in Close()
91 void TimerWrapHandle::CleanupHook(void* data) { in CleanupHook() function in node::TimerWrapHandle
Dtimer_wrap.h75 static void CleanupHook(void* data);
Dnode_buffer.cc90 static void CleanupHook(void* data);
145 env->AddCleanupHook(CleanupHook, this); in CallbackInfo()
149 void CallbackInfo::CleanupHook(void* data) { in CleanupHook() function in node::Buffer::__anon5591c4a30111::CallbackInfo
175 env_->RemoveCleanupHook(CleanupHook, this); in CallAndResetCallback()
Dnode_contextify.h48 static void CleanupHook(void* arg);
Dnode_contextify.cc124 env->AddCleanupHook(CleanupHook, this); in ContextifyContext()
129 env()->RemoveCleanupHook(CleanupHook, this); in ~ContextifyContext()
138 void ContextifyContext::CleanupHook(void* arg) { in CleanupHook() function in node::contextify::ContextifyContext
/third_party/node/src/api/
Dhooks.cc95 typedef void (*CleanupHook)(void* arg); typedef
123 CleanupHook fun, in AddEnvironmentCleanupHook()
131 CleanupHook fun, in RemoveEnvironmentCleanupHook()