HomeSort by relevance Sort by last modified time
    Searched defs:EPOLLONESHOT (Results 1 - 15 of 15) sorted by null

  /bionic/libc/kernel/uapi/linux/
eventpoll.h 42 #define EPOLLONESHOT ((__force __poll_t) (1U << 30))
  /external/kernel-headers/original/uapi/linux/
eventpoll.h 51 * Assuming neither EPOLLET nor EPOLLONESHOT is set, system suspends will not be
60 #define EPOLLONESHOT ((__force __poll_t)(1U << 30))
  /external/ltp/testcases/kernel/syscalls/epoll2/include/
epoll.h 48 EPOLLONESHOT = (1 << 30),
49 #define EPOLLONESHOT EPOLLONESHOT
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go 369 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_amd64.go 369 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_arm.go 369 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_arm64.go 369 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_mips.go 369 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_mips64.go 369 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_mips64le.go 369 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_mipsle.go 369 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_ppc64.go 369 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_ppc64le.go 369 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_s390x.go 369 EPOLLONESHOT = 0x40000000
    [all...]
zerrors_linux_sparc64.go 341 EPOLLONESHOT = 0x40000000
    [all...]

Completed in 778 milliseconds