Home
last modified time | relevance | path

Searched refs:out_ch (Results 1 – 1 of 1) sorted by relevance

/external/libevent/
Dkqueue.c210 struct kevent *out_ch; in kq_build_changes_list() local
225 out_ch = &kqop->changes[n_changes++]; in kq_build_changes_list()
226 kq_setup_kevent(out_ch, in_ch->fd, EVFILT_READ, in kq_build_changes_list()
230 out_ch = &kqop->changes[n_changes++]; in kq_build_changes_list()
231 kq_setup_kevent(out_ch, in_ch->fd, EVFILT_WRITE, in kq_build_changes_list()