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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
eventpoll.h 30 #define EPOLLONESHOT (1 << 30)
  /external/ltp/testcases/kernel/syscalls/epoll2/include/
epoll.h 48 EPOLLONESHOT = (1 << 30),
49 #define EPOLLONESHOT EPOLLONESHOT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
epoll.h 68 EPOLLONESHOT = 1u << 30,
69 #define EPOLLONESHOT EPOLLONESHOT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
epoll.h 68 EPOLLONESHOT = 1u << 30,
69 #define EPOLLONESHOT EPOLLONESHOT
  /bionic/libc/kernel/uapi/linux/
eventpoll.h 41 #define EPOLLONESHOT (1U << 30)
  /external/strace/xlat/
epollevents.h 50 #if defined(EPOLLONESHOT) || (defined(HAVE_DECL_EPOLLONESHOT) && HAVE_DECL_EPOLLONESHOT)
51 XLAT(EPOLLONESHOT),
  /external/kernel-headers/original/uapi/linux/
eventpoll.h 50 * Assuming neither EPOLLET nor EPOLLONESHOT is set, system suspends will not be
59 #define EPOLLONESHOT (1U << 30)
  /libcore/ojluni/src/main/java/sun/nio/ch/
EPoll.java 63 static final int EPOLLONESHOT = (1 << 30);
EPollPort.java 174 int err = epollCtl(epfd, EPOLL_CTL_MOD, fd, (events | EPOLLONESHOT));
176 err = epollCtl(epfd, EPOLL_CTL_ADD, fd, (events | EPOLLONESHOT));
  /device/google/cuttlefish_common/host/libs/usbip/
vhci_instrument.cpp 164 vhci_event.events = EPOLLRDHUP | EPOLLONESHOT;
  /frameworks/native/libs/vr/libpdx_uds/
service_endpoint.cpp 188 socket_event.events = EPOLLIN | EPOLLRDHUP | EPOLLONESHOT;
284 event.events = EPOLLIN | EPOLLRDHUP | EPOLLONESHOT;
311 event.events = EPOLLIN | EPOLLRDHUP | EPOLLONESHOT;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c     [all...]
  /external/python/cpython2/Modules/
selectmodule.c     [all...]
  /external/python/cpython3/Modules/
selectmodule.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 187 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_amd64.go 187 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_arm.go 189 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_arm64.go 256 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_mips.go 255 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_mips64.go 253 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_mips64le.go 253 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_mipsle.go 255 EPOLLONESHOT = 0x40000000
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 187 EPOLLONESHOT = 0x40000000
    [all...]

Completed in 892 milliseconds

1 2