Searched refs:VCHIU_QUEUE_T (Results 1 – 3 of 3) sorted by relevance
53 } VCHIU_QUEUE_T; typedef55 extern int vchiu_queue_init(VCHIU_QUEUE_T *queue, int size);56 extern void vchiu_queue_delete(VCHIU_QUEUE_T *queue);58 extern int vchiu_queue_is_empty(VCHIU_QUEUE_T *queue);59 extern int vchiu_queue_is_full(VCHIU_QUEUE_T *queue);61 extern void vchiu_queue_push(VCHIU_QUEUE_T *queue, VCHIQ_HEADER_T *header);63 extern VCHIQ_HEADER_T *vchiu_queue_peek(VCHIU_QUEUE_T *queue);64 extern VCHIQ_HEADER_T *vchiu_queue_pop(VCHIU_QUEUE_T *queue);
41 int vchiu_queue_init(VCHIU_QUEUE_T *queue, int size) in vchiu_queue_init()61 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()107 VCHIQ_HEADER_T *vchiu_queue_peek(VCHIU_QUEUE_T *queue) in vchiu_queue_peek()126 VCHIQ_HEADER_T *vchiu_queue_pop(VCHIU_QUEUE_T *queue) in vchiu_queue_pop()
47 VCHIU_QUEUE_T queue;