Home
last modified time | relevance | path

Searched refs:epoll_wait (Results 1 – 25 of 43) sorted by relevance

12

/external/dbus/dbus/
Ddbus-socket-set-epoll.c300 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/
Dax_have_epoll.m426 # 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/
Depoll_sub.c58 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() function
Depoll.c407 res = epoll_wait(epollop->epfd, events, epollop->nevents, timeout); in epoll_dispatch()
/external/strace/
Depoll.c134 SYS_FUNC(epoll_wait) in SYS_FUNC() argument
Dsys_func.h32 extern SYS_FUNC(epoll_wait);
/external/strace/linux/aarch64/
Dsyscallent.h61 [1069] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
/external/strace/linux/x86_64/
Dsyscallent.h233 [232] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
/external/strace/linux/s390x/
Dsyscallent.h266 [251] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
/external/strace/linux/mips/
Dsyscallent-n32.h212 [6209] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
Dsyscallent-n64.h212 [5209] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
Dsyscallent-o32.h253 [4250] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
/external/strace/linux/xtensa/
Dsyscallent.h14 [ 18] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
/external/strace/linux/avr32/
Dsyscallent.h235 [207] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc927 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/
Dsyscallent.h196 [195] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
/external/strace/linux/ia64/
Dsyscallent.h264 [1245] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
/external/strace/linux/hppa/
Dsyscallent.h231 [226] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
/external/strace/linux/s390/
Dsyscallent.h282 [251] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
/external/strace/linux/i386/
Dsyscallent.h284 [256] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
/external/strace/linux/sh/
Dsyscallent.h284 [256] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
/external/strace/linux/x32/
Dsyscallent.h233 [232] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
/external/strace/linux/powerpc64/
Dsyscallent.h262 [238] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
/external/strace/linux/powerpc/
Dsyscallent.h267 [238] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
/external/strace/linux/m68k/
Dsyscallent.h279 [251] = { 4, TD, SEN(epoll_wait), "epoll_wait" },

12