Home
last modified time | relevance | path

Searched defs:epfd (Results 1 – 25 of 47) sorted by relevance

12

/external/libevent/
Depoll_sub.c52 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) in epoll_ctl()
59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait()
Depoll.c89 int epfd; member
143 int epfd = -1; in epoll_init() local
/external/cronet/third_party/libevent/
Depoll_sub.c42 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) in epoll_ctl()
49 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait()
Depoll.c69 int epfd; member
112 int epfd; in epoll_init() local
/external/ltp/include/
Dtst_epoll.h26 #define SAFE_EPOLL_CTL(epfd, op, fd, ev) \ argument
33 #define SAFE_EPOLL_WAIT(epfd, events, maxevents, timeout)\ argument
/external/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()
/external/ltp/lib/
Dtst_epoll.c37 int epfd, int op, int fd, struct epoll_event *ev) in safe_epoll_ctl()
68 int epfd, struct epoll_event *events, in safe_epoll_wait()
/external/ltp/testcases/kernel/syscalls/epoll_wait/
Depoll_wait03.c31 static int fds[2], epfd, inv_epfd, bad_epfd = -1; variable
34 int *epfd; member
Depoll_wait04.c20 static int epfd, fds[2]; variable
Depoll_wait02.c20 static int epfd, fds[2]; variable
Depoll_wait01.c22 static int write_size, epfd, fds[2]; variable
/external/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl02.c28 static int epfd; variable
38 int *epfd; member
Depoll_ctl04.c21 static int epfd, new_epfd; variable
Depoll_ctl05.c22 static int epfd, origin_epfd, new_epfd; variable
Depoll_ctl03.c23 static int epfd, fds[2]; variable
Depoll_ctl01.c25 static int epfd; variable
/external/linux-kselftest/tools/testing/selftests/net/
Dreuseport_dualstack.c102 static int receive_once(int epfd, int proto) in receive_once()
131 int epfd, i, test_fd; in test() local
Dreuseport_bpf_cpu.c151 void receive_on_cpu(int *rcv_fd, int len, int epfd, int cpu_id, int proto) in receive_on_cpu()
187 int epfd, cpu; in test() local
Dreuseport_bpf_numa.c161 void receive_on_node(int *rcv_fd, int len, int epfd, int node_id, int proto) in receive_on_node()
197 int epfd, node; in test() local
Dreuseport_addr_any.c168 static int receive_once(int epfd, int proto) in receive_once()
197 int epfd, i, send_fd, recv_fd; in test() local
/external/strace/tests-m32/
Depoll_ctl.c12 invoke_syscall(unsigned long epfd, unsigned long op, unsigned long fd, void *ev) in invoke_syscall()
/external/strace/tests/
Depoll_ctl.c12 invoke_syscall(unsigned long epfd, unsigned long op, unsigned long fd, void *ev) in invoke_syscall()
/external/strace/tests-mx32/
Depoll_ctl.c12 invoke_syscall(unsigned long epfd, unsigned long op, unsigned long fd, void *ev) in invoke_syscall()
/external/ltp/testcases/kernel/syscalls/epoll_pwait/
Depoll_pwait_var.h16 static int do_epoll_pwait(int epfd, struct epoll_event *events, int in do_epoll_pwait()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_pollset.cc77 int epfd = epoll_create1(0); in BM_PollEmptyPollset_SpeedOfLight() local
187 int epfd = epoll_create1(0); in BM_SingleThreadPollOneFd_SpeedOfLight() local

12