Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dseos.c344 uint16_t fromTid = act->privateEvt.fromTid; in osPrivateEvtFreeF()
346 TaggedPtr evtFreeInfo = act->privateEvt.evtFreeInfo; in osPrivateEvtFreeF()
347 uint32_t evtType = act->privateEvt.evtType; in osPrivateEvtFreeF()
348 void *evtData = act->privateEvt.evtData; in osPrivateEvtFreeF()
1021 task = osTaskFindByTid(da->privateEvt.toTid); in osInternalEvtHandle()
1022 evtType = da->privateEvt.evtType & EVT_MASK; in osInternalEvtHandle()
1023 evtData = da->privateEvt.evtData; in osInternalEvtHandle()
1028 osTaskHandle(task, evtType, da->privateEvt.fromTid, da->privateEvt.evtData); in osInternalEvtHandle()
1275 act->privateEvt.evtType = evtType; in osEnqueuePrivateEvtEx()
1276 act->privateEvt.evtData = evtData; in osEnqueuePrivateEvtEx()
[all …]
Dtimer.c216 …if (evtType != EVT_PRIVATE_EVT || !da || da->privateEvt.evtType != EVT_APP_TIMER || !da->privateEv… in timerEventMatch()
219 evt = (struct TimerEvent *)da->privateEvt.evtData; in timerEventMatch()
/device/google/contexthub/firmware/os/inc/
Dseos_priv.h107 } privateEvt; member