Searched refs:aio_cancel (Results 1 – 6 of 6) sorted by relevance
/rt/ |
A D | aio_cancel.c | 25 #ifndef aio_cancel 156 versioned_symbol (libc, __aio_cancel, aio_cancel, GLIBC_2_34); 159 compat_symbol (librt, __aio_cancel, aio_cancel, GLIBC_2_1); 164 strong_alias (__aio_cancel, aio_cancel)
|
A D | Versions | 5 aio_cancel; 63 aio_cancel; 104 aio_cancel;
|
A D | aio.h | 160 extern int aio_cancel (int __fildes, struct aiocb *__aiocbp) __THROW; 193 extern int __REDIRECT_NTH (aio_cancel, 217 # define aio_cancel aio_cancel64 macro
|
A D | tst-aio7.c | 57 if (aio_cancel (fd, &cb) != -1 || errno != EBADF) in do_test() 73 if (aio_cancel (fd, &cb) != -1 || errno != EBADF) in do_test()
|
A D | tst-aio.c | 251 if (aio_cancel (fd, NULL) == -1) in do_test() 275 if (aio_cancel (fd, cbp[--cnt]) == -1) in do_test()
|
A D | Makefile | 35 aio_cancel \
|
Completed in 11 milliseconds