Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DeventQ.c29 #define for_each_item_safe(head, pos, tmp) \ macro
89 for_each_item_safe (&q->head, pos, tmp) { in evtQueueFree()
165 for_each_item_safe (&q->head, pos, tmp) { in evtQueueRemoveAllMatching()