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

Function modTimerUnschedule

modules/base/timer/mc/timer.c:188–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void modTimerUnschedule(modTimer timer)
189{
190 modCriticalSectionDeclare;
191 modCriticalSectionBegin();
192 timer->flags |= kTimerFlagUnscheduled;
193 timer->flags &= ~kTimerFlagFire;
194 timer->repeatInterval = -1;
195 modCriticalSectionEnd();
196}
197
198int modTimerGetSecondInterval(modTimer timer)
199{

Callers 4

xs_LS013B4DN04Function · 0.50
ls013b4dn04BeginFunction · 0.50
ls_clearFunction · 0.50
xs_timer_scheduleFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected