Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos_priv.h40 #define EVENT_GET_ORIGIN(evt) ((evt) >> (32 - TASK_TID_BITS)) macro
/device/google/contexthub/firmware/os/core/
Dseos.c403 struct Task *srcTask = osTaskFindByTid(EVENT_GET_ORIGIN(evtType)); in handleEventFreeing()
1044 uint16_t tid = EVENT_GET_ORIGIN(evtType); in osInternalEvtHandle()
1188 tid = EVENT_GET_ORIGIN(evtType); in osMainDequeueLoop()