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

1 2 3

  /external/strace/xlat/
epollctls.h 5 #if !(defined(EPOLL_CTL_DEL) || (defined(HAVE_DECL_EPOLL_CTL_DEL) && HAVE_DECL_EPOLL_CTL_DEL))
6 # define EPOLL_CTL_DEL 2
21 XLAT(EPOLL_CTL_DEL),
  /external/libevent/
epolltable-internal.h 60 Set op to EPOLL_CTL_DEL.
145 { EPOLLRDHUP, EPOLL_CTL_DEL },
157 { EPOLLIN, EPOLL_CTL_DEL },
161 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_DEL },
205 { EPOLLOUT, EPOLL_CTL_DEL },
209 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_DEL },
221 { EPOLLIN|EPOLLOUT, EPOLL_CTL_DEL },
225 { EPOLLIN|EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_DEL },
285 { EPOLLIN, EPOLL_CTL_DEL },
289 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_DEL },
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
eventpoll.h 26 #define EPOLL_CTL_DEL 2
  /bionic/libc/kernel/uapi/linux/
eventpoll.h 26 #define EPOLL_CTL_DEL 2
  /external/ltp/testcases/kernel/syscalls/epoll_ctl/
epoll_ctl01.c 149 opera_epoll_ctl(EPOLL_CTL_DEL, fd[1], &events[1]);
150 check_epoll_ctl(EPOLL_CTL_DEL, 1);
151 opera_epoll_ctl(EPOLL_CTL_DEL, fd[0], &events[0]);
epoll_ctl02.c 25 * 5) epoll_ctl(2) fails with EPOLL_CTL_DEL if fd is not registered
67 {&epfd, EPOLL_CTL_DEL, &fd[1], &events[1], ENOENT},
  /external/kernel-headers/original/uapi/linux/
eventpoll.h 27 #define EPOLL_CTL_DEL 2
  /external/strace/tests/
epoll_ctl.c 29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev);
30 printf("epoll_ctl(-3, EPOLL_CTL_DEL, -4, %p) = %ld %s (%m)\n",
  /external/strace/tests-m32/
epoll_ctl.c 29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev);
30 printf("epoll_ctl(-3, EPOLL_CTL_DEL, -4, %p) = %ld %s (%m)\n",
  /external/strace/tests-mx32/
epoll_ctl.c 29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev);
30 printf("epoll_ctl(-3, EPOLL_CTL_DEL, -4, %p) = %ld %s (%m)\n",
  /frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
epoll_file_descriptor.h 15 static const int CTL_DEL = EPOLL_CTL_DEL;
  /libcore/ojluni/src/main/java/sun/nio/ch/
EPoll.java 59 static final int EPOLL_CTL_DEL = 2;
  /device/google/cuttlefish_common/guest/hals/gps/
gps_thread.h 76 ret = epoll_ctl(epoll_fd, EPOLL_CTL_DEL, fd, NULL);
  /external/ltp/testcases/kernel/syscalls/epoll2/include/
epoll.h 58 #define EPOLL_CTL_DEL 2 /* Remove a file decriptor from the interface. */
  /external/strace/
epoll.c 80 if (EPOLL_CTL_DEL == op)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
epoll.h 77 #define EPOLL_CTL_DEL 2 /* Remove a file descriptor from the interface. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
epoll.h 77 #define EPOLL_CTL_DEL 2 /* Remove a file decriptor from the interface. */
  /system/core/libappfuse/
EpollController.cc 47 return InvokeControl(EPOLL_CTL_DEL, fd, /* events */ 0, nullptr);
  /external/ltp/testcases/kernel/syscalls/epoll/
epoll-ltp.c 394 { EPOLL_CTL_DEL, EPOLL_CTL_MOD, EPOLL_CTL_ADD, EPOLL_CTL_MOD,
395 EPOLL_CTL_DEL, EPOLL_CTL_MOD, EPOLL_CTL_DEL, INT_MAX, -1
525 case EPOLL_CTL_DEL:
  /prebuilts/go/darwin-x86/src/runtime/
defs_linux.go 115 EPOLL_CTL_DEL = C.EPOLL_CTL_DEL
defs2_linux.go 130 EPOLL_CTL_DEL = C.EPOLL_CTL_DEL
  /prebuilts/go/linux-x86/src/runtime/
defs_linux.go 115 EPOLL_CTL_DEL = C.EPOLL_CTL_DEL
defs2_linux.go 130 EPOLL_CTL_DEL = C.EPOLL_CTL_DEL
  /frameworks/native/libs/vr/libpdx/
service_dispatcher.cpp 96 if (epoll_ctl(epoll_fd_.Get(), EPOLL_CTL_DEL, service->endpoint()->epoll_fd(),
  /frameworks/native/libs/vr/libvrflinger/
epoll_event_dispatcher.cpp 72 if (epoll_ctl(epoll_fd_.Get(), EPOLL_CTL_DEL, fd, &dummy) < 0) {

Completed in 372 milliseconds

1 2 3