Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dseos.c56 static struct EvtQueue *mEvtsInternal; variable
438 if (!(mEvtsInternal = evtQueueAlloc(512, handleEventFreeing))) { in osInit()
1183 if (!evtQueueDequeue(mEvtsInternal, &evtType, &evtData, &evtFreeingInfo, true)) in osMainDequeueLoop()
1311 !evtQueueEnqueue(mEvtsInternal, evtType, evtData, evtFreeInfo, urgent)) { in osEnqueueEvtCommon()
1321 evtQueueRemoveAllMatching(mEvtsInternal, match, context); in osRemovePendingEvents()