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

  /bionic/libc/kernel/uapi/linux/
aio_abi.h 34 #define IOCB_FLAG_RESFD (1 << 0)
  /external/kernel-headers/original/uapi/linux/
aio_abi.h 53 * IOCB_FLAG_RESFD - Set if the "aio_resfd" member of the "struct iocb"
56 #define IOCB_FLAG_RESFD (1 << 0)
102 * if the IOCB_FLAG_RESFD flag of "aio_flags" is set, this is an
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
aio_abi.h 52 * IOCB_FLAG_RESFD - Set if the "aio_resfd" member of the "struct iocb"
55 #define IOCB_FLAG_RESFD (1 << 0)
101 * if the IOCB_FLAG_RESFD flag of "aio_flags" is set, this is an
  /external/strace/
aio.c 86 /* IOCB_FLAG_RESFD is available since v2.6.22-rc1~47 */
87 #ifdef IOCB_FLAG_RESFD
88 if (cb->aio_flags & IOCB_FLAG_RESFD)
91 if (cb->aio_flags & ~IOCB_FLAG_RESFD)
  /external/strace/tests/
aio.c 140 # ifdef IOCB_FLAG_RESFD
325 # ifdef IOCB_FLAG_RESFD
344 # ifdef IOCB_FLAG_RESFD
  /external/strace/tests-m32/
aio.c 140 # ifdef IOCB_FLAG_RESFD
325 # ifdef IOCB_FLAG_RESFD
344 # ifdef IOCB_FLAG_RESFD
  /external/strace/tests-mx32/
aio.c 140 # ifdef IOCB_FLAG_RESFD
325 # ifdef IOCB_FLAG_RESFD
344 # ifdef IOCB_FLAG_RESFD
  /frameworks/av/media/mtp/
MtpFfsHandle.cpp 415 buf->iocb[j]->aio_flags |= IOCB_FLAG_RESFD;

Completed in 152 milliseconds