/external/dbus/dbus/ |
D | dbus-socket-set-epoll.c | 300 n_ready = epoll_wait (self->epfd, events, in socket_set_epoll_poll() 353 ret = epoll_wait (epfd, &output, 1, -1); in main() 356 ret = epoll_wait (epfd, &output, 1, 1); in main() 363 ret = epoll_wait (epfd, &output, 1, -1); in main()
|
/external/libmicrohttpd/m4/ |
D | ax_have_epoll.m4 | 26 # stubs for the epoll_create(), epoll_wait(), etc. that allow programs to 31 # epoll_wait(). The availability of that function can be tested with the 65 rc = epoll_wait(fd, &ev, 1, 0);])], 95 rc = epoll_wait(fd, &ev, 1, 0);
|
/external/libevent/ |
D | epoll_sub.c | 58 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() function
|
D | epoll.c | 407 res = epoll_wait(epollop->epfd, events, epollop->nevents, timeout); in epoll_dispatch()
|
/external/strace/ |
D | epoll.c | 134 SYS_FUNC(epoll_wait) in SYS_FUNC() argument
|
D | sys_func.h | 32 extern SYS_FUNC(epoll_wait);
|
/external/strace/linux/aarch64/ |
D | syscallent.h | 61 [1069] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
/external/strace/linux/x86_64/ |
D | syscallent.h | 233 [232] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
/external/strace/linux/s390x/ |
D | syscallent.h | 266 [251] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
/external/strace/linux/mips/ |
D | syscallent-n32.h | 212 [6209] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
D | syscallent-n64.h | 212 [5209] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
D | syscallent-o32.h | 253 [4250] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 14 [ 18] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
/external/strace/linux/avr32/ |
D | syscallent.h | 235 [207] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 927 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents, in INTERCEPTOR() argument 930 int res = REAL(epoll_wait)(epfd, events, maxevents, timeout); in INTERCEPTOR() 936 #define MSAN_MAYBE_INTERCEPT_EPOLL_WAIT INTERCEPT_FUNCTION(epoll_wait)
|
/external/strace/linux/sparc/ |
D | syscallent.h | 196 [195] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
/external/strace/linux/ia64/ |
D | syscallent.h | 264 [1245] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
/external/strace/linux/hppa/ |
D | syscallent.h | 231 [226] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
/external/strace/linux/s390/ |
D | syscallent.h | 282 [251] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
/external/strace/linux/i386/ |
D | syscallent.h | 284 [256] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
/external/strace/linux/sh/ |
D | syscallent.h | 284 [256] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
/external/strace/linux/x32/ |
D | syscallent.h | 233 [232] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
/external/strace/linux/powerpc64/ |
D | syscallent.h | 262 [238] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
/external/strace/linux/powerpc/ |
D | syscallent.h | 267 [238] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|
/external/strace/linux/m68k/ |
D | syscallent.h | 279 [251] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
|