HomeSort by relevance Sort by last modified time
    Searched refs:epfd (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/libevent/
epoll_sub.c 51 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event)
54 return (syscall(__NR_epoll_ctl, epfd, op, fd, event));
58 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout)
61 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0));
63 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));
  /prebuilts/go/darwin-x86/src/runtime/
netpoll_epoll.go 15 func epollctl(epfd, op, fd int32, ev *epollevent) int32
18 func epollwait(epfd int32, ev *epollevent, nev, timeout int32) int32
22 epfd int32 = -1 // epoll descriptor
27 epfd = epollcreate1(_EPOLL_CLOEXEC)
28 if epfd >= 0 {
31 epfd = epollcreate(1024)
32 if epfd >= 0 {
33 closeonexec(epfd)
36 println("netpollinit: failed to create epoll descriptor", -epfd)
44 return -epollctl(epfd, _EPOLL_CTL_ADD, int32(fd), &ev
21 epfd int32 = -1 \/\/ epoll descriptor var
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
netpoll_epoll.go 15 func epollctl(epfd, op, fd int32, ev *epollevent) int32
18 func epollwait(epfd int32, ev *epollevent, nev, timeout int32) int32
22 epfd int32 = -1 // epoll descriptor
27 epfd = epollcreate1(_EPOLL_CLOEXEC)
28 if epfd >= 0 {
31 epfd = epollcreate(1024)
32 if epfd >= 0 {
33 closeonexec(epfd)
36 println("netpollinit: failed to create epoll descriptor", -epfd)
44 return -epollctl(epfd, _EPOLL_CTL_ADD, int32(fd), &ev
21 epfd int32 = -1 \/\/ epoll descriptor var
    [all...]
  /external/dbus/dbus/
dbus-socket-set-epoll.c 44 int epfd; member in struct:__anon10215
63 if (self->epfd != -1)
64 close (self->epfd);
81 self->epfd = epoll_create1 (EPOLL_CLOEXEC);
83 if (self->epfd == -1)
90 self->epfd = epoll_create (42);
92 flags = fcntl (self->epfd, F_GETFD, 0);
95 fcntl (self->epfd, F_SETFD, flags | FD_CLOEXEC);
98 if (self->epfd == -1)
160 if (epoll_ctl (self->epfd, EPOLL_CTL_ADD, fd, &event) == 0
345 int epfd = epoll_create1 (EPOLL_CLOEXEC); local
    [all...]
  /development/ndk/platforms/android-3/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/sys/
epoll.h 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);

Completed in 1669 milliseconds

1 2 3 4