Searched refs:LIO_NOWAIT (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/rt/ |
D | aio.h | 130 LIO_NOWAIT enumerator 131 #define LIO_NOWAIT LIO_NOWAIT macro
|
D | lio_listio-common.c | 125 if (LIO_MODE (mode) == LIO_NOWAIT) in lio_listio_internal() 239 if (mode != LIO_WAIT && mode != LIO_NOWAIT) in LIO_LISTIO_OLD() 259 if (mode != LIO_WAIT && mode != LIO_NOWAIT) in LIO_LISTIO_NEW()
|
D | tst-aio3.c | 79 if (lio_listio (LIO_NOWAIT, arr, 1, NULL) < 0) in do_test()
|
D | tst-aio5.c | 112 if (lio_listio (LIO_NOWAIT, arr, 1, &ev) < 0) in do_test()
|
D | tst-aio4.c | 142 if (lio_listio (LIO_NOWAIT, arr, 1, &ev) < 0) in do_test()
|
/glibc-2.36/conform/data/ |
D | aio.h-data | 17 constant LIO_NOWAIT
|
/glibc-2.36/manual/ |
D | llio.texi | 2834 @code{LIO_NOWAIT} and in this case the function returns immediately after 2847 In case @var{mode} is @code{LIO_NOWAIT}, the function returns @math{0} if 2878 If the @var{mode} parameter is @code{LIO_NOWAIT} and the caller cancels 2911 mode is @code{LIO_NOWAIT}), one sometimes needs to know whether a
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.16 | 4144 to EIO. For LIO_NOWAIT set result to NULL.
|