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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
aio.h 35 struct aiocb struct
45 struct aiocb *__next_prio;
61 to __return_value have to be the same in aiocb and aiocb64. */
73 struct aiocb *__next_prio;
145 extern int aio_read (struct aiocb *__aiocbp) __THROW __nonnull ((1));
147 extern int aio_write (struct aiocb *__aiocbp) __THROW __nonnull ((1));
151 struct aiocb *__const __list[__restrict_arr],
156 extern int aio_error (__const struct aiocb *__aiocbp) __THROW __nonnull ((1));
158 extern __ssize_t aio_return (struct aiocb *__aiocbp) __THROW __nonnull ((1));
162 extern int aio_cancel (int __fildes, struct aiocb *__aiocbp) __THROW
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
aio.h 35 struct aiocb struct
45 struct aiocb *__next_prio;
61 to __return_value have to be the same in aiocb and aiocb64. */
73 struct aiocb *__next_prio;
145 extern int aio_read (struct aiocb *__aiocbp) __THROW __nonnull ((1));
147 extern int aio_write (struct aiocb *__aiocbp) __THROW __nonnull ((1));
151 struct aiocb *__const __list[__restrict_arr],
156 extern int aio_error (__const struct aiocb *__aiocbp) __THROW __nonnull ((1));
158 extern __ssize_t aio_return (struct aiocb *__aiocbp) __THROW __nonnull ((1));
162 extern int aio_cancel (int __fildes, struct aiocb *__aiocbp) __THROW
    [all...]
  /external/clang/test/CodeGen/
PR15826.c 18 struct aiocb uaiocb; // expected-error {{field has incomplete type}} expected-note {{forward declaration}}
  /external/fio/engines/
posixaio.c 67 int r = aio_cancel(f->fd, &io_u->aiocb);
78 os_aiocb_t *aiocb = &io_u->aiocb; local
81 aiocb->aio_fildes = f->fd;
82 aiocb->aio_buf = io_u->xfer_buf;
83 aiocb->aio_nbytes = io_u->xfer_buflen;
84 aiocb->aio_offset = io_u->offset;
85 aiocb->aio_sigevent.sigev_notify = SIGEV_NONE;
120 err = aio_error(&io_u->aiocb);
123 suspend_list[suspend_entries] = &io_u->aiocb;
173 os_aiocb_t *aiocb = &io_u->aiocb; local
    [all...]
  /external/valgrind/memcheck/tests/darwin/
aio.c 14 struct aiocb a;
  /external/fio/
ioengine.h 100 os_aiocb_t aiocb; member in union:io_u::__anon9249
configure 488 struct aiocb cb;
512 struct aiocb cb;
    [all...]
  /external/fio/os/
os.h 58 typedef struct aiocb os_aiocb_t;
  /external/valgrind/include/vki/
vki-darwin.h 1048 #define vki_aiocb aiocb

Completed in 1368 milliseconds