Searched refs:EVENT_GET_ORIGIN (Results 1 – 2 of 2) sorted by relevance
40 #define EVENT_GET_ORIGIN(evt) ((evt) >> (32 - TASK_TID_BITS)) macro
403 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()