Home
last modified time | relevance | path

Searched refs:epoll_event (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Depoll.h48 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/
Depoll.h48 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/
Depoll.h48 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/
Depoll.h48 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/
Depoll.h48 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/
Depoll.c50 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()
Dos390-syscalls.h41 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);
Dos390.c489 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()
Dos390-syscalls.c239 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/
Depoll_wait01.c53 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()
Depoll_wait03.c26 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/
Depoll_ctl01.c28 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()
Depoll_ctl02.c32 static struct epoll_event events[2] = {
41 struct epoll_event *event;
/third_party/musl/src/linux/
Depoll.c20 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/
Dwaiter-epoll.c21 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/
Depoll-ltp.c397 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/
Depoll.rs47 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/
Depoll_pwait.c42 struct epoll_event events[1]; in epoll_pwait_0100()
61 struct epoll_event events[1]; in epoll_pwait_0200()
Depoll_ctl.c53 struct epoll_event ev; in epoll_ctl_0100()
67 struct epoll_event events[1]; in epoll_ctl_0100()
/third_party/ltp/include/lapi/
Depoll.h24 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/
Dmessage_loop_linux.cc33 struct epoll_event event = {}; in AddOrRemoveTimerSource()
51 struct epoll_event event = {}; in Run()
/third_party/alsa-utils/alsactl/
Dmonitor.c241 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/
Depoll.rs163 &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/
Dringbuf.c36 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/
Dnet.h686 struct epoll_event;
701 void coap_io_do_epoll(coap_context_t *ctx, struct epoll_event* events,

1234