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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_event.c145 static void kevent_continue(struct kqueue *kq, void *data, int error);
1281 * kevent_continue - continue a kevent syscall after blocking
1287 kevent_continue(__unused struct kqueue *kq, void *data, int error) function
1440 kevent_continue, cont_args,
1442 kevent_continue(kq, cont_args, error);

Completed in 23 milliseconds