Searched refs:aio_cancel64 (Results 1 – 4 of 4) sorted by relevance
/rt/ |
A D | aio_cancel.c | 26 #define aio_cancel64 XXX macro 29 #undef aio_cancel64 157 versioned_symbol (libc, __aio_cancel, aio_cancel64, GLIBC_2_34); 160 compat_symbol (librt, __aio_cancel, aio_cancel64, GLIBC_2_1); 165 weak_alias (__aio_cancel, aio_cancel64)
|
A D | Versions | 6 aio_cancel64; 62 aio_cancel64; 105 aio_cancel64;
|
A D | aio.h | 195 aio_cancel64); 217 # define aio_cancel aio_cancel64 241 extern int aio_cancel64 (int __fildes, struct aiocb64 *__aiocbp) __THROW;
|
A D | tst-aio64.c | 252 if (aio_cancel64 (fd, NULL) == -1) in do_test() 276 if (aio_cancel64 (fd, cbp[--cnt]) == -1) in do_test()
|
Completed in 7 milliseconds