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

  /external/strace/xlat/
aio_cmds.h 41 #if defined(IOCB_CMD_POLL) || (defined(HAVE_DECL_IOCB_CMD_POLL) && HAVE_DECL_IOCB_CMD_POLL)
43 static_assert((IOCB_CMD_POLL) == (5), "IOCB_CMD_POLL != 5");
46 # define IOCB_CMD_POLL 5
85 [IOCB_CMD_POLL] = XLAT(IOCB_CMD_POLL),
  /bionic/libc/kernel/uapi/linux/
aio_abi.h 30 IOCB_CMD_POLL = 5,
  /external/kernel-headers/original/uapi/linux/
aio_abi.h 42 IOCB_CMD_POLL = 5,
  /external/strace/
aio.c 67 [IOCB_CMD_POLL] = SUB_NONE,

Completed in 246 milliseconds