Home
last modified time | relevance | path

Searched refs:timFindTimerById (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dtimer.c62 static struct Timer *timFindTimerById(uint32_t timId) /* no locks taken. be careful what you do wit… in timFindTimerById() function
173 } while (!timId || timFindTimerById(timId)); in timTimerSetEx()
227 struct Timer *t = timFindTimerById(timerId); in timTimerCancelEx()