Home
last modified time | relevance | path

Searched refs:aio_return (Results 1 – 5 of 5) sorted by relevance

/rt/
A Daio_return.c39 versioned_symbol (libc, __aio_return, aio_return, GLIBC_2_34);
42 compat_symbol (librt, __aio_return, aio_return, GLIBC_2_1);
46 strong_alias (__aio_return, aio_return)
A DVersions13 aio_return;
72 aio_return;
113 aio_return;
A Daio.h156 extern __ssize_t aio_return (struct aiocb *__aiocbp) __THROW __nonnull ((1));
190 extern __ssize_t __REDIRECT_NTH (aio_return, (struct aiocb *__aiocbp),
216 # define aio_return aio_return64 macro
A DMakefile42 aio_return \
A Dtst-aio.c118 if (aio_return (cbp[cnt]) == -1 in do_wait()

Completed in 11 milliseconds