Home
last modified time | relevance | path

Searched refs:aio_return64 (Results 1 – 4 of 4) sorted by relevance

/rt/
A Daio_return.c25 #define aio_return64 XXX macro
28 #undef aio_return64
40 versioned_symbol (libc, __aio_return, aio_return64, GLIBC_2_34);
43 compat_symbol (librt, __aio_return, aio_return64, GLIBC_2_1);
47 weak_alias (__aio_return, aio_return64)
A DVersions14 aio_return64;
71 aio_return64;
114 aio_return64;
A Daio.h191 aio_return64) __nonnull ((1));
216 # define aio_return aio_return64
238 extern __ssize_t aio_return64 (struct aiocb64 *__aiocbp)
A Dtst-aio64.c119 if (aio_return64 (cbp[cnt]) == -1 in do_wait()

Completed in 8 milliseconds