Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dheap.c40 …uint32_t tidx: TIDX_HEAP_BITS; // TASK_IDX_BITS to uniquely identify task; + extra bits of redunda… member
147 node->tidx = 0; in heapAlloc()
160 best->tidx = osGetCurrentTid(); in heapAlloc()
183 node->tidx = 0; in heapFree()
221 if (node->tidx == tid) { in heapFreeAll()
223 node->tidx = 0; in heapFreeAll()
271 if (node->used && node->tidx == tid) { in heapGetTaskSize()