/third_party/rust/crates/nix/src/sys/ |
H A D | event.rs | 63 EVFILT_READ, 345 EventFilter::EVFILT_READ, in test_struct_kevent() 353 assert_eq!(libc::EVFILT_READ, filter); in test_struct_kevent() 367 EventFilter::EVFILT_READ, in test_kevent_filter() 373 assert_eq!(EventFilter::EVFILT_READ, actual.filter().unwrap()); in test_kevent_filter()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_event_kqueue.c | 152 ares_evsys_kqueue_enqueue(kq, event->fd, EVFILT_READ, EV_ADD | EV_ENABLE); in ares_evsys_kqueue_event_process() 156 ares_evsys_kqueue_enqueue(kq, event->fd, EVFILT_READ, EV_DELETE); in ares_evsys_kqueue_event_process() 229 if (events[i].filter == EVFILT_READ || in ares_evsys_kqueue_wait()
|
/third_party/libuv/src/unix/ |
H A D | kqueue.c | 104 EV_SET(&ev, fd, EVFILT_READ, EV_ADD, 0, 0, 0); in uv__io_check_fd() 108 EV_SET(&ev, fd, EVFILT_READ, EV_DELETE, 0, 0, 0); in uv__io_check_fd() 176 filter = EVFILT_READ; in uv__io_poll() 348 if (ev->filter == EVFILT_READ) { in uv__io_poll()
|
H A D | stream.c | 299 EV_SET(&filter[0], *fd, EVFILT_READ, EV_ADD | EV_ENABLE, 0, 0, 0); in uv__stream_try_select()
|
/third_party/node/deps/uv/src/unix/ |
H A D | kqueue.c | 99 EV_SET(&ev, fd, EVFILT_READ, EV_ADD, 0, 0, 0); in uv__io_check_fd() 103 EV_SET(&ev, fd, EVFILT_READ, EV_DELETE, 0, 0, 0); in uv__io_check_fd() 154 filter = EVFILT_READ; in uv__io_poll() 333 if (ev->filter == EVFILT_READ) { in uv__io_poll()
|
H A D | stream.c | 289 EV_SET(&filter[0], *fd, EVFILT_READ, EV_ADD | EV_ENABLE, 0, 0, 0); in uv__stream_try_select()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | eloop.c | 309 return EVFILT_READ; in event_type_kevent_filter() 1448 EV_SET(&ke1, sock, EVFILT_READ, EV_ADD | EV_ONESHOT, 0, 0, 0); in eloop_wait_for_read_sock()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | eloop.c | 311 return EVFILT_READ; in event_type_kevent_filter() 1474 EV_SET(&ke1, sock, EVFILT_READ, EV_ADD | EV_ONESHOT, 0, 0, 0); in eloop_wait_for_read_sock()
|
/third_party/python/Modules/ |
H A D | selectmodule.c | 1871 EV_SET(&(self->e), 0, EVFILT_READ, EV_ADD, 0, 0, 0); /* defaults */ in kqueue_event_init() 2574 PyModule_AddIntConstant(m, "KQ_FILTER_READ", EVFILT_READ);
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1283 pub const EVFILT_READ: i16 = -1; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 1071 pub const EVFILT_READ: i16 = -1; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1924 pub const EVFILT_READ: u32 = 0; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 1983 pub const EVFILT_READ: i16 = -1; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 3928 pub const EVFILT_READ: i16 = -1; consts
|