Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dtimer.h48 int timTimerCancelAll(uint32_t tid);
/device/google/contexthub/firmware/os/core/
Dtimer.c269 int timTimerCancelAll(uint32_t tid) in timTimerCancelAll() function
Dseos.c315 timErr = timTimerCancelAll(taskTid); in osTaskRelease()