/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
H A D | epoll_wait07.c | 20 static int epfd; variable
|
H A D | epoll_wait02.c | 20 static int epfd, fds[2]; variable
|
H A D | epoll_wait04.c | 20 static int epfd, fds[2]; variable
|
H A D | epoll_wait05.c | 17 static int epfd; variable
|
H A D | epoll_wait06.c | 33 static int epfd; variable
|
H A D | epoll_wait03.c | 31 static int fds[2], epfd, inv_epfd, bad_epfd = -1; variable 34 int *epfd; member [all...] |
H A D | epoll_wait01.c | 22 static int write_size, epfd, fds[2]; variable [all...] |
/third_party/alsa-utils/axfer/ |
H A D | waiter-epoll.c | 20 int epfd; member
|
/third_party/ltp/include/lapi/ |
H A D | epoll.h | 24 static inline int epoll_pwait(int epfd, struct epoll_event *events, in epoll_pwait() argument 40 static inline int epoll_pwait2(int epfd, struct epoll_event *events, in epoll_pwait2() argument
|
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/ |
H A D | epoll_pwait_var.h | 16 static int do_epoll_pwait(int epfd, struct epoll_event *events, int in do_epoll_pwait() argument
|
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
H A D | epoll_ctl02.c | 28 static int epfd; variable 38 int *epfd; member [all...] |
H A D | epoll_ctl03.c | 23 static int epfd, fds[2]; variable
|
H A D | epoll_ctl05.c | 22 static int epfd, origin_epfd, new_epfd; variable
|
H A D | epoll_ctl04.c | 21 static int epfd, new_epfd; variable
|
H A D | epoll_ctl01.c | 25 static int epfd; variable
|
/third_party/ltp/lib/ |
H A D | tst_epoll.c | 36 safe_epoll_ctl(const char *const file, const int lineno, int epfd, int op, int fd, struct epoll_event *ev) safe_epoll_ctl() argument 67 safe_epoll_wait(const char *const file, const int lineno, int epfd, struct epoll_event *events, int maxevents, int timeout) safe_epoll_wait() argument
|
/third_party/alsa-utils/alsactl/ |
H A D | monitor.c | 242 static int operate_dispatcher(int epfd, uint32_t op, struct epoll_event *epev, in operate_dispatcher() argument 274 static int prepare_dispatcher(int epfd, int sigfd, int infd, in prepare_dispatcher() argument 302 static int run_dispatcher(int epfd, int sigfd, int infd, struct list_head *srcs, in run_dispatcher() argument 359 static void clear_dispatcher(int epfd, in argument 396 int epfd; monitor() local [all...] |
/third_party/curl/docs/examples/ |
H A D | ephiperfifo.c | 84 int epfd; /* epoll filedescriptor */ member [all...] |
/third_party/libcoap/include/coap3/ |
H A D | coap_net_internal.h | 174 int epfd; /**< External FD for epoll */ member
|
/third_party/python/Modules/ |
H A D | selectmodule.c | 1244 SOCKET epfd; /* epoll control file descriptor */ member 1259 int epfd = self->epfd; in pyepoll_internal_close() local 1424 pyepoll_internal_ctl(int epfd, int op, int fd, unsigned int events) pyepoll_internal_ctl() argument [all...] |