/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/alsa-utils/alsactl/ |
D | monitor.c | 241 static int operate_dispatcher(int epfd, uint32_t op, struct epoll_event *epev, in operate_dispatcher() 273 static int prepare_dispatcher(int epfd, int sigfd, int infd, in prepare_dispatcher() 301 static int run_dispatcher(int epfd, int sigfd, int infd, struct list_head *srcs, in run_dispatcher() 358 static void clear_dispatcher(int epfd, int sigfd, int infd, in clear_dispatcher() 395 int epfd; in monitor() local
|
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
D | epoll_wait03.c | 31 static int fds[2], epfd, inv_epfd, bad_epfd = -1; variable 34 int *epfd; member
|
D | epoll_wait04.c | 20 static int epfd, fds[2]; variable
|
D | epoll_wait02.c | 20 static int epfd, fds[2]; variable
|
D | epoll_wait01.c | 22 static int write_size, epfd, fds[2]; variable
|
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
D | epoll_ctl02.c | 28 static int epfd; variable 38 int *epfd; member
|
D | epoll_ctl04.c | 21 static int epfd, new_epfd; variable
|
D | epoll_ctl05.c | 22 static int epfd, origin_epfd, new_epfd; variable
|
D | epoll_ctl03.c | 23 static int epfd, fds[2]; variable
|
D | epoll_ctl01.c | 25 static int epfd; variable
|
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/ |
D | epoll_pwait_var.h | 16 static int do_epoll_pwait(int epfd, struct epoll_event *events, int in do_epoll_pwait()
|
/third_party/alsa-utils/axfer/ |
D | waiter-epoll.c | 20 int epfd; member
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | bm_pollset.cc | 76 int epfd = epoll_create1(0); in BM_PollEmptyPollset_SpeedOfLight() local 184 int epfd = epoll_create1(0); in BM_SingleThreadPollOneFd_SpeedOfLight() local
|
/third_party/grpc/src/core/lib/iomgr/ |
D | ev_epollex_linux.cc | 95 int epfd; member 477 const int epfd = fd->pollset_fds[i]; local 539 const int epfd = pollset->active_pollable->epfd; local 550 const int epfd = pollset->active_pollable->epfd; local 562 int epfd = epoll_create1(EPOLL_CLOEXEC); local 615 const int epfd = p->epfd; local
|
D | ev_epoll1_linux.cc | 81 int epfd; member
|
/third_party/libcoap/include/coap3/ |
D | coap_net_internal.h | 140 int epfd; /**< External FD for epoll */ member
|
/third_party/python/Modules/ |
D | selectmodule.c | 1223 SOCKET epfd; /* epoll control file descriptor */ member 1238 int epfd = self->epfd; in pyepoll_internal_close() local 1403 pyepoll_internal_ctl(int epfd, int op, int fd, unsigned int events) in pyepoll_internal_ctl()
|
/third_party/curl/docs/examples/ |
D | ephiperfifo.c | 82 int epfd; /* epoll filedescriptor */ member
|