Home
last modified time | relevance | path

Searched refs:aio_error (Results 1 – 6 of 6) sorted by relevance

/rt/
A Daio_error.c49 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 DVersions7 aio_error;
65 aio_error;
106 aio_error;
A Daio.h154 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 Dtst-aio.c114 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 Dtst-aio7.c131 while (aio_error (&(cb0)) == EINPROGRESS) in do_test()
A DMakefile36 aio_error \

Completed in 13 milliseconds