Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos_priv.h25 …define for_each_task(listHead, task) for (task = osTaskByIdx((listHead)->next); task; task = osTas…
/device/google/contexthub/firmware/os/core/
Dseos.c141 static inline struct Task *osTaskByIdx(size_t idx) in osTaskByIdx() function
157 struct Task *task = osTaskByIdx(TID_TO_TASK_IDX(tid)); in osSetCurrentTid()