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

  /external/strace/xlat/
epollevents.h 41 #if defined(EPOLLNVAL) || (defined(HAVE_DECL_EPOLLNVAL) && HAVE_DECL_EPOLLNVAL)
43 static_assert((EPOLLNVAL) == (0x00000020), "EPOLLNVAL != 0x00000020");
46 # define EPOLLNVAL 0x00000020
134 XLAT(EPOLLNVAL),
  /bionic/libc/kernel/uapi/linux/
eventpoll.h 33 #define EPOLLNVAL (__force __poll_t) 0x00000020
  /external/kernel-headers/original/uapi/linux/
eventpoll.h 36 #define EPOLLNVAL (__force __poll_t)0x00000020

Completed in 314 milliseconds