Searched refs:LIO_WAIT (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/rt/ |
D | aio.h | 128 LIO_WAIT, enumerator 129 #define LIO_WAIT LIO_WAIT macro
|
D | lio_listio-common.c | 130 else if (LIO_MODE (mode) == LIO_WAIT) 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-aio8.c | 30 int r = lio_listio (LIO_WAIT, list, 1, NULL); in do_test()
|
D | tst-aio2.c | 80 if (lio_listio (LIO_WAIT, arr, 1, NULL) < 0) in do_test()
|
D | tst-aio10.c | 102 e = lio_listio (LIO_WAIT, list, 1, NULL); in do_test()
|
D | tst-aio.c | 208 lio_listio (LIO_WAIT, cbp, 10, NULL); in do_test()
|
D | tst-aio64.c | 209 lio_listio64 (LIO_WAIT, cbp, 10, NULL); in do_test()
|
/glibc-2.36/conform/data/ |
D | aio.h-data | 16 constant LIO_WAIT
|
/glibc-2.36/manual/ |
D | llio.texi | 2832 having enqueued all the requests. If @var{mode} is @code{LIO_WAIT} it 2841 If @var{mode} is @code{LIO_WAIT}, the return value of @code{lio_listio}
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.16 | 4142 * sysdeps/pthread/lio_listio.c: For LIO_WAIT, point result pointer in
|