Home
last modified time | relevance | path

Searched refs:TimerWrap (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dtimer_wrap.cc8 TimerWrap::TimerWrap(Environment* env, const TimerCb& fn) in TimerWrap() function in node::TimerWrap
15 void TimerWrap::Stop() { in Stop()
20 void TimerWrap::Close() { in Close()
25 void TimerWrap::TimerClosedCb(uv_handle_t* handle) { in TimerClosedCb()
26 std::unique_ptr<TimerWrap> ptr( in TimerClosedCb()
27 ContainerOf(&TimerWrap::timer_, in TimerClosedCb()
31 void TimerWrap::Update(uint64_t interval, uint64_t repeat) { in Update()
36 void TimerWrap::Ref() { in Ref()
41 void TimerWrap::Unref() { in Unref()
46 void TimerWrap::OnTimeout(uv_timer_t* timer) { in OnTimeout()
[all …]
Dtimer_wrap.h15 class TimerWrap final : public MemoryRetainer {
19 TimerWrap(Environment* env, const TimerCb& fn);
20 TimerWrap(const TimerWrap&) = delete;
36 SET_MEMORY_INFO_NAME(TimerWrap)
37 SET_SELF_SIZE(TimerWrap)
42 ~TimerWrap() = default;
48 friend std::unique_ptr<TimerWrap>::deleter_type;
55 const TimerWrap::TimerCb& fn);
77 TimerWrap* timer_;
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md1873 * [[`cf2475ca09`](https://github.com/nodejs/node/commit/cf2475ca09)] - **src**: refactor TimerWrap
1874 …b.com/nodejs/node/commit/b8bccc3132)] - **src**: remove user\_data from TimerWrap (Anna Henningsen…
1875 …/nodejs/node/commit/8e1e3b563f)] - **src**: replace InspectorTimer with TimerWrap utility (James M…
1876 * [[`a3a4d2c283`](https://github.com/nodejs/node/commit/a3a4d2c283)] - **src**: add TimerWrap utili…
DCHANGELOG_V11.md2630 …it/2930bd1317)] - **(SEMVER-MAJOR)** **src**: refactor timers to remove TimerWrap (Anatoli Papirov…
2649 …/commit/23a56e0c28)] - **(SEMVER-MAJOR)** **timers**: use only a single TimerWrap instance (Anatol…
DCHANGELOG_V9.md1094 …node/commit/7b73e704ca)] - **timers**: attach listOnTimeout function to TimerWrap (Matteo Collina)…