Home
last modified time | relevance | path

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

/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/alsa-utils/alsactl/
Dmonitor.c241 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/
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
/third_party/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
/third_party/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()
/third_party/alsa-utils/axfer/
Dwaiter-epoll.c20 int epfd; member
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_pollset.cc76 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/
Dev_epollex_linux.cc95 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
Dev_epoll1_linux.cc81 int epfd; member
/third_party/libcoap/include/coap3/
Dcoap_net_internal.h140 int epfd; /**< External FD for epoll */ member
/third_party/python/Modules/
Dselectmodule.c1223 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/
Dephiperfifo.c82 int epfd; /* epoll filedescriptor */ member