Home | History | Annotate | Download | only in libevent

Lines Matching full:event_base

69 static void *poll_init(struct event_base *);
70 static int poll_add(struct event_base *, int, short old, short events, void *idx);
71 static int poll_del(struct event_base *, int, short old, short events, void *idx);
72 static int poll_dispatch(struct event_base *, struct timeval *);
73 static void poll_dealloc(struct event_base *);
88 poll_init(struct event_base *base)
125 poll_dispatch(struct event_base *base, struct timeval *tv)
217 poll_add(struct event_base *base, int fd, short old, short events, void *idx_)
278 poll_del(struct event_base *base, int fd, short old, short events, void *idx_)
327 poll_dealloc(struct event_base *base)