Home
last modified time | relevance | path

Searched refs:aio_suspend (Results 1 – 9 of 9) sorted by relevance

/rt/
A Daio.h167 extern int aio_suspend (const struct aiocb *const __list[], int __nent,
197 extern int __REDIRECT_NTH (aio_suspend,
202 extern int __REDIRECT_NTH (aio_suspend,
219 # define aio_suspend __aio_suspend_time64 macro
221 # define aio_suspend aio_suspend64 macro
A DVersions15 aio_suspend;
74 aio_suspend;
115 aio_suspend;
A Daio_suspend.c282 versioned_symbol (libc, __aio_suspend, aio_suspend, GLIBC_2_34);
285 compat_symbol (librt, __aio_suspend, aio_suspend, GLIBC_2_1);
289 weak_alias (__aio_suspend, aio_suspend)
A Dtst-aio6.c74 if (aio_suspend ((const struct aiocb *const*) arr, 1, &timeout) != -1) in do_test()
A Dtst-aio3.c90 if (aio_suspend ((const struct aiocb *const *) arr, 1, NULL) < 0) in do_test()
A DMakefile44 aio_suspend \
99 CFLAGS-aio_suspend.c += -fexceptions
A Dtst-aio9.c107 e = aio_suspend (list, 1, NULL); in do_test()
A Dtst-aio7.c158 r = aio_suspend ((const struct aiocb * const *) list, ELEMS, &timeout); in do_test()
A Dtst-aio.c109 aio_suspend ((const struct aiocb *const *) cbp, nent, NULL); in do_wait()

Completed in 15 milliseconds