Home
last modified time | relevance | path

Searched refs:TimerClosedCb (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dtimer_wrap.cc22 env_->CloseHandle(reinterpret_cast<uv_handle_t*>(&timer_), TimerClosedCb); in Close()
25 void TimerWrap::TimerClosedCb(uv_handle_t* handle) { in TimerClosedCb() function in node::TimerWrap
Dtimer_wrap.h40 static void TimerClosedCb(uv_handle_t* handle);