Searched refs:th (Results 1 – 1 of 1) sorted by relevance
285 timer_handle_struct_t *th = s_timermanager.timerHead; in TimersUpdate() local289 while (th != NULL) in TimersUpdate()293 if ((timer_state_t)TimerGetTimerStatus(th) == kTimerStateActive_c) in TimersUpdate()295 if ((updateOnlyPowerTimer && (0U != IsLowPowerTimer(TimerGetTimerType(th)))) || in TimersUpdate()299 if (th->remainingUs > remainingUs) in TimersUpdate()301 th->remainingUs = th->remainingUs - remainingUs; in TimersUpdate()305 th->remainingUs = 0; in TimersUpdate()310 th = th->next; in TimersUpdate()330 timer_handle_struct_t *th = s_timermanager.timerHead; in TimerManagerTaskProcess() local332 while (NULL != th) in TimerManagerTaskProcess()[all …]