Lines Matching refs:event
160 (const struct event *ev) in event_get_callback()
166 ev_x_cb (struct event *ev, int revents) in ev_x_cb()
177 struct event *ev = (struct event *)(((char *)w) - offsetof (struct event, iosig.sig)); in ev_x_cb_sig()
188 struct event *ev = (struct event *)(((char *)w) - offsetof (struct event, iosig.io)); in ev_x_cb_io()
199 struct event *ev = (struct event *)(((char *)w) - offsetof (struct event, to)); in ev_x_cb_to()
206 void event_set (struct event *ev, int fd, short events, void (*cb)(int, short, void *), void *arg) in event_set()
230 int event_add (struct event *ev, struct timeval *tv) in event_add()
272 int event_del (struct event *ev) in event_del()
289 void event_active (struct event *ev, int res, short ncalls) in event_active()
303 int event_pending (struct event *ev, short events, struct timeval *tv) in event_pending()
342 int event_priority_set (struct event *ev, int pri) in event_priority_set()
349 int event_base_set (struct event_base *base, struct event *ev) in event_base_set()