Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
Dkqueue.c103 EV_SET(&ev, fd, EVFILT_READ, EV_DELETE, 0, 0, 0); in uv__io_check_fd()
314 EV_SET(events + 0, fd, ev->filter, EV_DELETE, 0, 0, 0); in uv__io_poll()
340 EV_SET(events + 0, fd, ev->filter, EV_DELETE, 0, 0, 0); in uv__io_poll()
356 EV_SET(events + 0, fd, ev->filter, EV_DELETE, 0, 0, 0); in uv__io_poll()
370 EV_SET(events + 0, fd, ev->filter, EV_DELETE, 0, 0, 0); in uv__io_poll()
/third_party/node/deps/uv/src/unix/
Dkqueue.c103 EV_SET(&ev, fd, EVFILT_READ, EV_DELETE, 0, 0, 0); in uv__io_check_fd()
314 EV_SET(events + 0, fd, ev->filter, EV_DELETE, 0, 0, 0); in uv__io_poll()
340 EV_SET(events + 0, fd, ev->filter, EV_DELETE, 0, 0, 0); in uv__io_poll()
356 EV_SET(events + 0, fd, ev->filter, EV_DELETE, 0, 0, 0); in uv__io_poll()
370 EV_SET(events + 0, fd, ev->filter, EV_DELETE, 0, 0, 0); in uv__io_poll()
/third_party/node/deps/cares/src/lib/
Dares_event_kqueue.c156 ares_evsys_kqueue_enqueue(kq, event->fd, EVFILT_READ, EV_DELETE); in ares_evsys_kqueue_event_process()
166 ares_evsys_kqueue_enqueue(kq, event->fd, EVFILT_WRITE, EV_DELETE); in ares_evsys_kqueue_event_process()
/third_party/rust/crates/nix/src/sys/
Devent.rs96 EV_DELETE;
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt183 EV_DELETE
Ddragonfly.txt265 EV_DELETE
Dnetbsd.txt309 EV_DELETE
Dfreebsd.txt297 EV_DELETE
Dapple.txt381 EV_DELETE
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Deloop.c495 EV_SET(&ke, sock, event_type_kevent_filter(table->type), EV_DELETE, 0, in eloop_sock_table_remove_sock()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Deloop.c498 EV_SET(&ke, sock, event_type_kevent_filter(table->type), EV_DELETE, 0, in eloop_sock_table_remove_sock()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1083 pub const EV_DELETE: u16 = 0x2; constant
/third_party/python/Modules/
Dselectmodule.c2573 PyModule_AddIntConstant(m, "KQ_EV_DELETE", EV_DELETE);
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1290 pub const EV_DELETE: u16 = 0x2; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1931 pub const EV_DELETE: u32 = 0x2; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1998 pub const EV_DELETE: u16 = 0x2; constant
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3941 pub const EV_DELETE: u16 = 0x2; constant