MCPcopy Create free account
hub / github.com/F-Stack/f-stack / stop_timer

Method stop_timer

adapter/micro_thread/heap_timer.cpp:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void CTimerMng::stop_timer(CTimerNotify* timerable)
67{
68 if (!_heap || !timerable) {
69 return;
70 }
71
72 _heap->HeapDelete(timerable);
73 return;
74}
75
76void CTimerMng::check_expired()
77{

Callers 2

ResetMethod · 0.80
IdleDetachMethod · 0.80

Calls 1

HeapDeleteMethod · 0.80

Tested by

no test coverage detected