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

  /device/google/contexthub/firmware/inc/
seos.h 68 #define TASK_TID_COUNTER_MASK ((1 << TASK_TID_BITS) - TASK_TID_INCREMENT)
  /device/google/contexthub/firmware/src/
seos.c 48 #define MAKE_NEW_TID(task) task->tid = ((task->tid + TASK_TID_INCREMENT) & TASK_TID_COUNTER_MASK) | \
    [all...]

Completed in 918 milliseconds