ec_event_queue
static struct ec_event_queue *event_queue_new(int capacity)
struct ec_event_queue *q;
static inline bool event_queue_empty(struct ec_event_queue *q)
static inline bool event_queue_full(struct ec_event_queue *q)
static struct ec_event *event_queue_pop(struct ec_event_queue *q)
static struct ec_event *event_queue_push(struct ec_event_queue *q,
static void event_queue_free(struct ec_event_queue *q)
struct ec_event_queue *events;