HomeSort by relevance Sort by last modified time
    Searched defs:EPOLL_CTL_MOD (Results 1 - 25 of 34) sorted by null

1 2

  /external/strace/xlat/
epollctls.h 8 #if !(defined(EPOLL_CTL_MOD) || (defined(HAVE_DECL_EPOLL_CTL_MOD) && HAVE_DECL_EPOLL_CTL_MOD))
9 # define EPOLL_CTL_MOD 3
22 XLAT(EPOLL_CTL_MOD),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
eventpoll.h 27 #define EPOLL_CTL_MOD 3
  /bionic/libc/kernel/uapi/linux/
eventpoll.h 27 #define EPOLL_CTL_MOD 3
  /external/kernel-headers/original/uapi/linux/
eventpoll.h 28 #define EPOLL_CTL_MOD 3
  /external/ltp/testcases/kernel/syscalls/epoll2/include/
epoll.h 59 #define EPOLL_CTL_MOD 3 /* Change file decriptor epoll_event structure. */
  /libcore/ojluni/src/main/java/sun/nio/ch/
EPoll.java 60 static final int EPOLL_CTL_MOD = 3;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
epoll.h 78 #define EPOLL_CTL_MOD 3 /* Change file descriptor epoll_event structure. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
epoll.h 78 #define EPOLL_CTL_MOD 3 /* Change file decriptor epoll_event structure. */
  /prebuilts/go/darwin-x86/src/runtime/
defs_linux.go 116 EPOLL_CTL_MOD = C.EPOLL_CTL_MOD
defs2_linux.go 131 EPOLL_CTL_MOD = C.EPOLL_CTL_MOD
  /prebuilts/go/linux-x86/src/runtime/
defs_linux.go 116 EPOLL_CTL_MOD = C.EPOLL_CTL_MOD
defs2_linux.go 131 EPOLL_CTL_MOD = C.EPOLL_CTL_MOD
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 198 EPOLL_CTL_MOD = 0x3
    [all...]
zerrors_linux_amd64.go 198 EPOLL_CTL_MOD = 0x3
    [all...]
zerrors_linux_arm.go 200 EPOLL_CTL_MOD = 0x3
    [all...]
zerrors_linux_arm64.go 268 EPOLL_CTL_MOD = 0x3
    [all...]
zerrors_linux_mips.go 267 EPOLL_CTL_MOD = 0x3
    [all...]
zerrors_linux_mips64.go 265 EPOLL_CTL_MOD = 0x3
    [all...]
zerrors_linux_mips64le.go 265 EPOLL_CTL_MOD = 0x3
    [all...]
zerrors_linux_mipsle.go 267 EPOLL_CTL_MOD = 0x3
    [all...]
zerrors_linux_ppc64.go 267 EPOLL_CTL_MOD = 0x3
    [all...]
zerrors_linux_ppc64le.go 268 EPOLL_CTL_MOD = 0x3
    [all...]
zerrors_linux_s390x.go 270 EPOLL_CTL_MOD = 0x3
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 198 EPOLL_CTL_MOD = 0x3
    [all...]
zerrors_linux_amd64.go 198 EPOLL_CTL_MOD = 0x3
    [all...]

Completed in 1487 milliseconds

1 2