HomeSort by relevance Sort by last modified time
    Searched defs:aiocb64 (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
aio.h 61 to __return_value have to be the same in aiocb and aiocb64. */
63 struct aiocb64 struct
221 extern int aio_read64 (struct aiocb64 *__aiocbp) __THROW __nonnull ((1));
222 extern int aio_write64 (struct aiocb64 *__aiocbp) __THROW __nonnull ((1));
225 struct aiocb64 *__const __list[__restrict_arr],
229 extern int aio_error64 (__const struct aiocb64 *__aiocbp)
231 extern __ssize_t aio_return64 (struct aiocb64 *__aiocbp)
234 extern int aio_cancel64 (int __fildes, struct aiocb64 *__aiocbp) __THROW;
236 extern int aio_suspend64 (__const struct aiocb64 *__const __list[], int __nent,
240 extern int aio_fsync64 (int __operation, struct aiocb64 *__aiocbp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
aio.h 61 to __return_value have to be the same in aiocb and aiocb64. */
63 struct aiocb64 struct
221 extern int aio_read64 (struct aiocb64 *__aiocbp) __THROW __nonnull ((1));
222 extern int aio_write64 (struct aiocb64 *__aiocbp) __THROW __nonnull ((1));
225 struct aiocb64 *__const __list[__restrict_arr],
229 extern int aio_error64 (__const struct aiocb64 *__aiocbp)
231 extern __ssize_t aio_return64 (struct aiocb64 *__aiocbp)
234 extern int aio_cancel64 (int __fildes, struct aiocb64 *__aiocbp) __THROW;
236 extern int aio_suspend64 (__const struct aiocb64 *__const __list[], int __nent,
240 extern int aio_fsync64 (int __operation, struct aiocb64 *__aiocbp
    [all...]

Completed in 67 milliseconds