HomeSort by relevance Sort by last modified time
    Searched refs:TASK_IDX_BITS (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/inc/
seos.h 45 #define TASK_IDX_BITS 8 /* should be big enough to hold MAX_TASKS, but still fit in TaskIndex */
66 #define TASK_TID_INCREMENT (1 << TASK_IDX_BITS)
67 #define TASK_TID_IDX_MASK ((1 << TASK_IDX_BITS) - 1)
  /device/google/contexthub/firmware/os/core/
heap.c 26 #define TIDX_HEAP_BITS (TASK_IDX_BITS + TIDX_HEAP_EXTRA)
40 uint32_t tidx: TIDX_HEAP_BITS; // TASK_IDX_BITS to uniquely identify task; + extra bits of redundant counter add extra protection

Completed in 53 milliseconds