Searched refs:aio_suspend (Results 1 – 25 of 64) sorted by relevance
123
/glibc-2.36/rt/ |
D | aio.h | 167 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
|
D | Versions | 15 aio_suspend; 74 aio_suspend; 115 aio_suspend;
|
D | aio_suspend.c | 282 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)
|
D | Makefile | 44 aio_suspend \ 99 CFLAGS-aio_suspend.c += -fexceptions
|
D | tst-aio6.c | 74 if (aio_suspend ((const struct aiocb *const*) arr, 1, &timeout) != -1) in do_test()
|
D | tst-aio3.c | 90 if (aio_suspend ((const struct aiocb *const *) arr, 1, NULL) < 0) in do_test()
|
D | tst-aio9.c | 107 e = aio_suspend (list, 1, NULL); in do_test()
|
D | tst-aio7.c | 158 r = aio_suspend ((const struct aiocb * const *) list, ELEMS, &timeout); in do_test()
|
D | tst-aio.c | 109 aio_suspend ((const struct aiocb *const *) cbp, nent, NULL); in do_wait()
|
/glibc-2.36/nptl/ |
D | tst-cancel17.c | 54 TEMP_FAILURE_RETRY (aio_suspend (l, 1, NULL)); in tf() 79 TEMP_FAILURE_RETRY (aio_suspend (l, 1, &ts)); in tf2() 348 TEMP_FAILURE_RETRY (aio_suspend(l, 1, NULL)); in do_test()
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | librt.abilist | 12 GLIBC_2.2.6 aio_suspend F
|
/glibc-2.36/conform/data/ |
D | aio.h-data | 27 function int aio_suspend (const struct aiocb* const[], int, const struct timespec*)
|
/glibc-2.36/manual/ |
D | llio.texi | 3073 @code{aio_suspend} should be used. 3075 @deftypefun int aio_suspend (const struct aiocb *const @var{list}[], int @var{nent}, const struct t… 3083 completed at the time @code{aio_suspend} is called, the function returns 3092 @code{aio_suspend} returns with an error. 3103 A signal interrupted the @code{aio_suspend} function. This signal might 3107 The @code{aio_suspend} function is not implemented. 3118 This function is similar to @code{aio_suspend} with the only difference 3123 function is available under the name @code{aio_suspend} and so
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 576 GLIBC_2.33 aio_suspend F 2190 GLIBC_2.34 aio_suspend F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 582 GLIBC_2.32 aio_suspend F 2188 GLIBC_2.34 aio_suspend F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 602 GLIBC_2.27 aio_suspend F 2390 GLIBC_2.34 aio_suspend F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 621 GLIBC_2.17 aio_suspend F 2427 GLIBC_2.34 aio_suspend F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 624 GLIBC_2.16 aio_suspend F 2442 GLIBC_2.34 aio_suspend F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 596 GLIBC_2.29 aio_suspend F 2462 GLIBC_2.34 aio_suspend F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 590 GLIBC_2.2.5 aio_suspend F 2336 GLIBC_2.34 aio_suspend F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 601 GLIBC_2.2 aio_suspend F 2358 GLIBC_2.34 aio_suspend F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ |
D | libc.abilist | 709 GLIBC_2.17 aio_suspend F 2623 GLIBC_2.34 aio_suspend F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/ |
D | libc.abilist | 39 GLIBC_2.1 aio_suspend F 2415 GLIBC_2.34 aio_suspend F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/ |
D | libc.abilist | 303 GLIBC_2.34 aio_suspend F 1114 GLIBC_2.4 aio_suspend F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/ |
D | libc.abilist | 664 GLIBC_2.3 aio_suspend F 2321 GLIBC_2.34 aio_suspend F
|
123