HomeSort by relevance Sort by last modified time
    Searched refs:EPOLLWAKEUP (Results 1 - 16 of 16) sorted by null

  /external/kernel-headers/original/uapi/linux/
eventpoll.h 57 #define EPOLLWAKEUP ((__force __poll_t)(1U << 29))
85 if ((epev->events & EPOLLWAKEUP) && !capable(CAP_BLOCK_SUSPEND))
86 epev->events &= ~EPOLLWAKEUP;
91 epev->events &= ~EPOLLWAKEUP;
  /external/strace/xlat/
epollevents.h 97 #if defined(EPOLLWAKEUP) || (defined(HAVE_DECL_EPOLLWAKEUP) && HAVE_DECL_EPOLLWAKEUP)
99 static_assert((EPOLLWAKEUP) == (0x20000000), "EPOLLWAKEUP != 0x20000000");
102 # define EPOLLWAKEUP 0x20000000
142 XLAT(EPOLLWAKEUP),
  /bionic/libc/kernel/uapi/linux/
eventpoll.h 41 #define EPOLLWAKEUP ((__force __poll_t) (1U << 29))
  /bootable/recovery/minui/
events.cpp 100 ev.events = EPOLLIN | EPOLLWAKEUP;
132 ev.events = EPOLLIN | EPOLLWAKEUP;
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go 347 EPOLLWAKEUP = 0x20000000
    [all...]
zerrors_linux_386.go 375 EPOLLWAKEUP = 0x20000000
    [all...]
zerrors_linux_amd64.go 375 EPOLLWAKEUP = 0x20000000
    [all...]
zerrors_linux_arm.go 375 EPOLLWAKEUP = 0x20000000
    [all...]
zerrors_linux_arm64.go 375 EPOLLWAKEUP = 0x20000000
    [all...]
zerrors_linux_mips.go 375 EPOLLWAKEUP = 0x20000000
    [all...]
zerrors_linux_mips64.go 375 EPOLLWAKEUP = 0x20000000
    [all...]
zerrors_linux_mips64le.go 375 EPOLLWAKEUP = 0x20000000
    [all...]
zerrors_linux_mipsle.go 375 EPOLLWAKEUP = 0x20000000
    [all...]
zerrors_linux_ppc64.go 375 EPOLLWAKEUP = 0x20000000
    [all...]
zerrors_linux_ppc64le.go 375 EPOLLWAKEUP = 0x20000000
    [all...]
zerrors_linux_s390x.go 375 EPOLLWAKEUP = 0x20000000
    [all...]

Completed in 1421 milliseconds