Searched refs:EV_DELETE (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/uv/src/unix/ |
H A D | kqueue.c | 103 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/ |
H A D | ares_event_kqueue.c | 156 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/libuv/src/unix/ |
H A D | kqueue.c | 108 EV_SET(&ev, fd, EVFILT_READ, EV_DELETE, 0, 0, 0); in uv__io_check_fd() 120 EV_SET(&change, ev->ident, ev->filter, EV_DELETE, 0, 0, 0); in uv__kqueue_delete()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | event.rs | 96 EV_DELETE;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | eloop.c | 495 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/ |
H A D | eloop.c | 498 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/netbsdlike/openbsd/ |
H A D | mod.rs | 1290 pub const EV_DELETE: u16 = 0x2; consts
|
/third_party/python/Modules/ |
H A D | selectmodule.c | 2595 PyModule_AddIntConstant(m, "KQ_EV_DELETE", EV_DELETE);
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 1083 pub const EV_DELETE: u16 = 0x2; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1931 pub const EV_DELETE: u32 = 0x2; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 1998 pub const EV_DELETE: u16 = 0x2; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 3941 pub const EV_DELETE: u16 = 0x2; consts
|
Completed in 45 milliseconds