Searched refs:kevent_callback_t (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Deventvar.h87 typedef int (*kevent_callback_t)(struct kqueue *, struct kevent64_s *, void *); typedef
91 extern int kqueue_scan(struct kqueue *, kevent_callback_t, kqueue_continue_t,
H A Duser.h141 kevent_callback_t call; /* per-event callback */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_event.c147 static int kqueue_process(struct kqueue *kq, kevent_callback_t callback,
151 static int knote_process(struct knote *kn, kevent_callback_t callback,
1742 kevent_callback_t callback,
1934 kevent_callback_t callback,
2052 kevent_callback_t callback,

Completed in 54 milliseconds