Searched refs:aio_error (Results 1 – 6 of 6) sorted by relevance
| /rt/ |
| A D | aio_error.c | 49 versioned_symbol (libc, __aio_error, aio_error, GLIBC_2_34); 52 compat_symbol (librt, __aio_error, aio_error, GLIBC_2_1); 56 strong_alias (__aio_error, aio_error)
|
| A D | Versions | 7 aio_error; 65 aio_error; 106 aio_error;
|
| A D | aio.h | 154 extern int aio_error (const struct aiocb *__aiocbp) __THROW __nonnull ((1)); 188 extern int __REDIRECT_NTH (aio_error, (const struct aiocb *__aiocbp), 215 # define aio_error aio_error64 macro
|
| A D | tst-aio.c | 114 if (aio_error (cbp[cnt]) == EINPROGRESS) in do_wait() 120 || aio_error (cbp[cnt]) != allowed_err)) in do_wait() 122 error (0, aio_error (cbp[cnt]), "Operation failed\n"); in do_wait()
|
| A D | tst-aio7.c | 131 while (aio_error (&(cb0)) == EINPROGRESS) in do_test()
|
| A D | Makefile | 36 aio_error \
|
Completed in 13 milliseconds