MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / modTimerEventedExecute

Function modTimerEventedExecute

modules/base/timer/pebble/timer.c:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void modTimerEventedExecute(void *)
69{
70 setModdableAppState(eventedTimer, EVENTED_TIMER_INVALID_ID);
71 modTimersExecute();
72 modTimersScheduleNext();
73}
74
75void modTimersExecute(void)
76{

Callers

nothing calls this directly

Calls 2

modTimersScheduleNextFunction · 0.85
modTimersExecuteFunction · 0.70

Tested by

no test coverage detected