/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() 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 D | process.c | 1029 EV_SET(&event, pid, EVFILT_PROC, EV_ADD | EV_ONESHOT, NOTE_EXIT, 0, 0); in uv_spawn()
|
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() 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 D | process.c | 1007 EV_SET(&event, pid, EVFILT_PROC, EV_ADD | EV_ONESHOT, NOTE_EXIT, 0, 0); in uv_spawn()
|
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/rust/crates/nix/src/sys/ |
H A D | event.rs | 94 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 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() 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 D | portability.c | 211 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 D | eloop.c | 322 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 D | eloop.c | 324 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 D | selectmodule.c | 1871 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 D | mod.rs | 1289 pub const EV_ADD: u16 = 0x1; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 1082 pub const EV_ADD: u16 = 0x1; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1930 pub const EV_ADD: u32 = 0x1; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 1997 pub const EV_ADD: u16 = 0x1; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 3940 pub const EV_ADD: u16 = 0x1; consts
|