Searched refs:aiocb (Results 1 – 1 of 1) sorted by relevance
35 struct aiocb struct45 struct aiocb *__next_prio; argument73 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;169 extern int aio_suspend (__const struct aiocb *__const __list[], int __nent,[all …]