Searched refs:VCHIU_QUEUE_T (Results 1 – 3 of 3) sorted by relevance
67 } VCHIU_QUEUE_T; typedef69 extern int vchiu_queue_init(VCHIU_QUEUE_T *queue, int size);70 extern void vchiu_queue_delete(VCHIU_QUEUE_T *queue);72 extern int vchiu_queue_is_empty(VCHIU_QUEUE_T *queue);73 extern int vchiu_queue_is_full(VCHIU_QUEUE_T *queue);75 extern void vchiu_queue_push(VCHIU_QUEUE_T *queue, VCHIQ_HEADER_T *header);77 extern VCHIQ_HEADER_T *vchiu_queue_peek(VCHIU_QUEUE_T *queue);78 extern VCHIQ_HEADER_T *vchiu_queue_pop(VCHIU_QUEUE_T *queue);
42 int vchiu_queue_init(VCHIU_QUEUE_T *queue, int size) in vchiu_queue_init()62 void vchiu_queue_delete(VCHIU_QUEUE_T *queue) in vchiu_queue_delete()67 int vchiu_queue_is_empty(VCHIU_QUEUE_T *queue) in vchiu_queue_is_empty()72 int vchiu_queue_is_full(VCHIU_QUEUE_T *queue) in vchiu_queue_is_full()77 void vchiu_queue_push(VCHIU_QUEUE_T *queue, VCHIQ_HEADER_T *header) in vchiu_queue_push()106 VCHIQ_HEADER_T *vchiu_queue_peek(VCHIU_QUEUE_T *queue) in vchiu_queue_peek()124 VCHIQ_HEADER_T *vchiu_queue_pop(VCHIU_QUEUE_T *queue) in vchiu_queue_pop()
47 VCHIU_QUEUE_T queue;