Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
void CTimerMng::stop_timer(CTimerNotify* timerable)
67
{
68
if (!_heap || !timerable) {
69
return;
70
}
71
72
_heap->HeapDelete(timerable);
73
return;
74
}
75
76
void CTimerMng::check_expired()
77
{
Callers
2
Reset
Method · 0.80
IdleDetach
Method · 0.80
Calls
1
HeapDelete
Method · 0.80
Tested by
no test coverage detected