/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | epoll.h | 48 struct epoll_event { struct 60 int epoll_ctl(int, int, int, struct epoll_event *); argument 61 int epoll_wait(int, struct epoll_event *, int, int); 62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | epoll.h | 48 struct epoll_event { struct 60 int epoll_ctl(int, int, int, struct epoll_event *); argument 61 int epoll_wait(int, struct epoll_event *, int, int); 62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | epoll.h | 48 struct epoll_event { struct 60 int epoll_ctl(int, int, int, struct epoll_event *); argument 61 int epoll_wait(int, struct epoll_event *, int, int); 62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
|
/third_party/musl/ndk_musl_include/sys/ |
D | epoll.h | 48 struct epoll_event { struct 60 int epoll_ctl(int, int, int, struct epoll_event *); argument 61 int epoll_wait(int, struct epoll_event *, int, int); 62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
|
/third_party/musl/include/sys/ |
D | epoll.h | 48 struct epoll_event { struct 60 int epoll_ctl(int, int, int, struct epoll_event *); argument 61 int epoll_wait(int, struct epoll_event *, int, int); 62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
|
/third_party/libuv/src/unix/ |
D | epoll.c | 50 struct epoll_event* events; in uv__platform_invalidate_fd() 51 struct epoll_event dummy; in uv__platform_invalidate_fd() 58 events = (struct epoll_event*) loop->watchers[loop->nwatchers]; in uv__platform_invalidate_fd() 83 struct epoll_event e; in uv__io_check_fd() 117 struct epoll_event events[1024]; in uv__io_poll() 118 struct epoll_event* pe; in uv__io_poll() 119 struct epoll_event e; in uv__io_poll() 307 struct epoll_event* events; in uv__io_poll()
|
D | os390-syscalls.h | 41 struct epoll_event { struct 56 int epoll_ctl(uv__os390_epoll* ep, int op, int fd, struct epoll_event *event); argument 57 int epoll_wait(uv__os390_epoll* ep, struct epoll_event *events, int maxevents, int timeout);
|
D | os390.c | 489 struct epoll_event* events; in uv__platform_invalidate_fd() 490 struct epoll_event dummy; in uv__platform_invalidate_fd() 497 events = (struct epoll_event*) loop->watchers[loop->nwatchers]; in uv__platform_invalidate_fd() 649 struct epoll_event events[1024]; in uv__io_poll() 650 struct epoll_event* pe; in uv__io_poll() 651 struct epoll_event e; in uv__io_poll()
|
D | os390-syscalls.c | 239 struct epoll_event *event) { in epoll_ctl() 280 #define EP_MAX_EVENTS (INT_MAX / sizeof(struct epoll_event)) 282 int epoll_wait(uv__os390_epoll* lst, struct epoll_event* events, in epoll_wait() 325 struct epoll_event ev; in epoll_wait()
|
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
D | epoll_wait01.c | 53 static struct epoll_event epevs[2] = { in setup() 76 static int has_event(struct epoll_event *epevs, int epevs_len, in has_event() 89 static void dump_epevs(struct epoll_event *epevs, int epevs_len) in dump_epevs() 101 struct epoll_event ret_evs = {.events = 0, .data.fd = 0}; in verify_epollout() 135 struct epoll_event ret_evs = {.events = 0, .data.fd = 0}; in verify_epollin() 177 struct epoll_event ret_evs[2]; in verify_epollio()
|
D | epoll_wait03.c | 26 static struct epoll_event epevs[1] = { 30 static struct epoll_event *ev_rdonly, *ev_rdwr = epevs; 35 struct epoll_event **ev;
|
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
D | epoll_ctl01.c | 28 static struct epoll_event events[3] = { 59 static int has_event(struct epoll_event *epvs, int len, in has_event() 78 struct epoll_event res_evs[2]; in check_epoll_ctl() 123 static void opera_epoll_ctl(int opt, int fd, struct epoll_event *epvs) in opera_epoll_ctl()
|
D | epoll_ctl02.c | 32 static struct epoll_event events[2] = { 41 struct epoll_event *event;
|
/third_party/musl/src/linux/ |
D | epoll.c | 20 int epoll_ctl(int fd, int op, int fd2, struct epoll_event *ev) in epoll_ctl() 25 int epoll_pwait(int fd, struct epoll_event *ev, int cnt, int to, const sigset_t *sigs) in epoll_pwait() 34 int epoll_wait(int fd, struct epoll_event *ev, int cnt, int to) in epoll_wait()
|
/third_party/alsa-utils/axfer/ |
D | waiter-epoll.c | 21 struct epoll_event *events; 40 struct epoll_event ev = { in epoll_prepare() 68 struct epoll_event *ev = &state->events[i]; in epoll_wait_event()
|
/third_party/ltp/testcases/kernel/syscalls/epoll/ |
D | epoll-ltp.c | 397 struct epoll_event event; in test_epoll_ctl() 398 char event_mem[sizeof(struct epoll_event) * 2]; in test_epoll_ctl() 399 struct epoll_event *unaligned_event_ptr; in test_epoll_ctl() 432 unaligned_event_ptr = (struct epoll_event *)unalign_ptr; in test_epoll_ctl() 442 struct epoll_event *ev_ptr = NULL; in test_epoll_ctl()
|
/third_party/rust/crates/nix/src/sys/ |
D | epoll.rs | 47 event: libc::epoll_event, 53 event: libc::epoll_event { in new() 121 events.as_mut_ptr() as *mut libc::epoll_event, in epoll_wait()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | epoll_pwait.c | 42 struct epoll_event events[1]; in epoll_pwait_0100() 61 struct epoll_event events[1]; in epoll_pwait_0200()
|
D | epoll_ctl.c | 53 struct epoll_event ev; in epoll_ctl_0100() 67 struct epoll_event events[1]; in epoll_ctl_0100()
|
/third_party/ltp/include/lapi/ |
D | epoll.h | 24 static inline int epoll_pwait(int epfd, struct epoll_event *events, in epoll_pwait() 40 static inline int epoll_pwait2(int epfd, struct epoll_event *events, in epoll_pwait2()
|
/third_party/flutter/engine/flutter/fml/platform/linux/ |
D | message_loop_linux.cc | 33 struct epoll_event event = {}; in AddOrRemoveTimerSource() 51 struct epoll_event event = {}; in Run()
|
/third_party/alsa-utils/alsactl/ |
D | monitor.c | 241 static int operate_dispatcher(int epfd, uint32_t op, struct epoll_event *epev, in operate_dispatcher() 276 struct epoll_event ev = {0}; in prepare_dispatcher() 306 struct epoll_event *epev; in run_dispatcher() 332 struct epoll_event *ev = epev + i; in run_dispatcher()
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | epoll.rs | 163 &mut c::epoll_event { in add() 191 &mut c::epoll_event { in mod_() 236 event_list.events.as_mut_ptr().cast::<c::epoll_event>(), in wait()
|
/third_party/libbpf/src/ |
D | ringbuf.c | 36 struct epoll_event *events; 44 struct epoll_event event; 78 struct epoll_event *e; in ring_buffer__add() 357 struct epoll_event *rb_epoll; in user_ringbuf_map()
|
/third_party/libcoap/include/coap3/ |
D | net.h | 686 struct epoll_event; 701 void coap_io_do_epoll(coap_context_t *ctx, struct epoll_event* events,
|