Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DeventQ.c29 struct EvtRecord { struct
30 struct EvtRecord *next; argument
31 struct EvtRecord *prev; argument
38 struct EvtRecord *head; argument
39 struct EvtRecord *tail;
49 …ruct SlabAllocator *slab = slabAllocatorNew(sizeof(struct EvtRecord), alignof(struct EvtRecord), s… in evtQueueAlloc()
69 struct EvtRecord *t; in evtQueueFree()
84 struct EvtRecord *rec; in evtQueueEnqueue()
148 struct EvtRecord *rec = NULL; in evtQueueDequeue()