Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dseos.c366 uint16_t fromTid = act->privateEvt.fromTid; in osPrivateEvtFreeF()
368 TaggedPtr evtFreeInfo = act->privateEvt.evtFreeInfo; in osPrivateEvtFreeF()
369 uint32_t evtType = act->privateEvt.evtType; in osPrivateEvtFreeF()
370 void *evtData = act->privateEvt.evtData; in osPrivateEvtFreeF()
1117 task = osTaskFindByTid(da->privateEvt.toTid); in osInternalEvtHandle()
1118 evtType = da->privateEvt.evtType & EVT_MASK; in osInternalEvtHandle()
1119 evtData = da->privateEvt.evtData; in osInternalEvtHandle()
1124 osTaskHandle(task, evtType, da->privateEvt.fromTid, da->privateEvt.evtData); in osInternalEvtHandle()
1376 act->privateEvt.evtType = evtType; in osEnqueuePrivateEvtEx()
1377 act->privateEvt.evtData = evtData; in osEnqueuePrivateEvtEx()
[all …]
Dtimer.c232 …if (evtType != EVT_PRIVATE_EVT || !da || da->privateEvt.evtType != EVT_APP_TIMER || !da->privateEv… in timerEventMatch()
235 evt = (struct TimerEvent *)da->privateEvt.evtData; in timerEventMatch()
/device/google/contexthub/firmware/os/inc/
Dseos_priv.h109 } privateEvt; member