Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Deventpoll.h33 struct event_queue struct
45 struct event_queue *usr_queue; argument
46 struct event_queue *usr_shadow_queue;
47 struct event_queue *mtcp_queue;
60 struct event_queue *
64 DestroyEventQueue(struct event_queue *eq);
H A Dsocket.h62 struct event_queue *eq;
/mOS-networking-stack/core/src/
H A Deventpoll.c59 struct event_queue *
62 struct event_queue *eq; in CreateEventQueue()
64 eq = (struct event_queue *)calloc(1, sizeof(struct event_queue)); in CreateEventQueue()
83 DestroyEventQueue(struct event_queue *eq) in DestroyEventQueue()
343 struct event_queue *eq; in mtcp_epoll_wait()
344 struct event_queue *eq_shadow; in mtcp_epoll_wait()
550 struct event_queue *eq; in AddEpollEvent()
H A Dcore.c425 struct event_queue *mtcpq; in FlushMonitorReadEvents()
474 struct event_queue *mtcpq; in FlushBufferedReadEvents()
520 struct event_queue *usrq = ep->usr_queue; in FlushEpollEvents()
521 struct event_queue *mtcpq = ep->mtcp_queue; in FlushEpollEvents()
H A Dtcp_stream.c253 struct event_queue *eq; in RaiseReadEvent()