Searched refs:privateEvt (Results 1 – 3 of 3) sorted by relevance
366 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 …]
232 …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()
109 } privateEvt; member