Home
last modified time | relevance | path

Searched refs:LIO_NOWAIT (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/rt/
Daio.h130 LIO_NOWAIT enumerator
131 #define LIO_NOWAIT LIO_NOWAIT macro
Dlio_listio-common.c125 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()
Dtst-aio3.c79 if (lio_listio (LIO_NOWAIT, arr, 1, NULL) < 0) in do_test()
Dtst-aio5.c112 if (lio_listio (LIO_NOWAIT, arr, 1, &ev) < 0) in do_test()
Dtst-aio4.c142 if (lio_listio (LIO_NOWAIT, arr, 1, &ev) < 0) in do_test()
/glibc-2.36/conform/data/
Daio.h-data17 constant LIO_NOWAIT
/glibc-2.36/manual/
Dllio.texi2834 @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/
DChangeLog.164144 to EIO. For LIO_NOWAIT set result to NULL.