Lines Matching refs:event_base
87 static void *kq_init(struct event_base *);
88 static int kq_sig_add(struct event_base *, int, short, short, void *);
89 static int kq_sig_del(struct event_base *, int, short, short, void *);
90 static int kq_dispatch(struct event_base *, struct timeval *);
91 static void kq_dealloc(struct event_base *);
118 kq_init(struct event_base *base) in kq_init()
264 kq_dispatch(struct event_base *base, struct timeval *tv) in kq_dispatch()
442 kq_dealloc(struct event_base *base) in kq_dealloc()
451 kq_sig_add(struct event_base *base, int nsignal, short old, short events, void *p) in kq_sig_add()
484 kq_sig_del(struct event_base *base, int nsignal, short old, short events, void *p) in kq_sig_del()
519 event_kq_add_notify_event_(struct event_base *base) in event_kq_add_notify_event_()
550 event_kq_notify_base_(struct event_base *base) in event_kq_notify_base_()