Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
H A Dkqueue.c104 EV_SET(&ev, fd, EVFILT_READ, EV_ADD, 0, 0, 0); in uv__io_check_fd()
178 op = EV_ADD; in uv__io_poll()
184 op = EV_ADD | EV_ONESHOT; /* Stop the event from firing repeatedly. */ in uv__io_poll()
197 EV_SET(events + nevents, w->fd, EVFILT_WRITE, EV_ADD, 0, 0, 0); in uv__io_poll()
207 EV_SET(events + nevents, w->fd, EV_OOBAND, EV_ADD, 0, 0, 0); in uv__io_poll()
516 EV_SET(&ev, w->fd, EVFILT_VNODE, EV_ADD | EV_ONESHOT, fflags, 0, 0); in uv__fs_event()
H A Dprocess.c1029 EV_SET(&event, pid, EVFILT_PROC, EV_ADD | EV_ONESHOT, NOTE_EXIT, 0, 0); in uv_spawn()
H A Dstream.c299 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 Dkqueue.c99 EV_SET(&ev, fd, EVFILT_READ, EV_ADD, 0, 0, 0); in uv__io_check_fd()
156 op = EV_ADD; in uv__io_poll()
162 op = EV_ADD | EV_ONESHOT; /* Stop the event from firing repeatedly. */ in uv__io_poll()
175 EV_SET(events + nevents, w->fd, EVFILT_WRITE, EV_ADD, 0, 0, 0); in uv__io_poll()
185 EV_SET(events + nevents, w->fd, EV_OOBAND, EV_ADD, 0, 0, 0); in uv__io_poll()
499 EV_SET(&ev, w->fd, EVFILT_VNODE, EV_ADD | EV_ONESHOT, fflags, 0, 0); in uv__fs_event()
H A Dprocess.c1007 EV_SET(&event, pid, EVFILT_PROC, EV_ADD | EV_ONESHOT, NOTE_EXIT, 0, 0); in uv_spawn()
H A Dstream.c289 EV_SET(&filter[0], *fd, EVFILT_READ, EV_ADD | EV_ENABLE, 0, 0, 0); in uv__stream_try_select()
/third_party/rust/crates/nix/src/sys/
H A Devent.rs94 EV_ADD;
346 EventFlag::EV_ONESHOT | EventFlag::EV_ADD, in test_struct_kevent()
354 assert_eq!(libc::EV_ONESHOT | libc::EV_ADD, actual.flags().bits()); in test_struct_kevent()
368 EventFlag::EV_ONESHOT | EventFlag::EV_ADD, in test_kevent_filter()
/third_party/node/deps/cares/src/lib/
H A Dares_event_kqueue.c152 ares_evsys_kqueue_enqueue(kq, event->fd, EVFILT_READ, EV_ADD | EV_ENABLE); in ares_evsys_kqueue_event_process()
161 ares_evsys_kqueue_enqueue(kq, event->fd, EVFILT_WRITE, EV_ADD | EV_ENABLE); in ares_evsys_kqueue_event_process()
/third_party/toybox/lib/
H A Dportability.c211 EV_SET(&event, fd, EVFILT_VNODE, EV_ADD|EV_CLEAR, NOTE_WRITE, 0, NULL); in xnotify_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Deloop.c322 EV_SET(&ke, sock, event_type_kevent_filter(type), EV_ADD, 0, 0, 0); in eloop_sock_queue()
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 Deloop.c324 EV_SET(&ke, sock, event_type_kevent_filter(type), EV_ADD, 0, 0, 0); in eloop_sock_queue()
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 Dselectmodule.c1871 EV_SET(&(self->e), 0, EVFILT_READ, EV_ADD, 0, 0, 0); /* defaults */ in kqueue_event_init()
2594 PyModule_AddIntConstant(m, "KQ_EV_ADD", EV_ADD);
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1289 pub const EV_ADD: u16 = 0x1; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1082 pub const EV_ADD: u16 = 0x1; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1930 pub const EV_ADD: u32 = 0x1; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1997 pub const EV_ADD: u16 = 0x1; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3940 pub const EV_ADD: u16 = 0x1; consts

Completed in 73 milliseconds