Searched refs:LIO_WAIT (Results 1 – 7 of 7) sorted by relevance
/rt/ |
A D | tst-aio8.c | 30 int r = lio_listio (LIO_WAIT, list, 1, NULL); in do_test()
|
A D | aio.h | 128 LIO_WAIT, enumerator 129 #define LIO_WAIT LIO_WAIT macro
|
A 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()
|
A D | tst-aio2.c | 80 if (lio_listio (LIO_WAIT, arr, 1, NULL) < 0) in do_test()
|
A D | tst-aio10.c | 102 e = lio_listio (LIO_WAIT, list, 1, NULL); in do_test()
|
A D | tst-aio64.c | 209 lio_listio64 (LIO_WAIT, cbp, 10, NULL); in do_test()
|
A D | tst-aio.c | 208 lio_listio (LIO_WAIT, cbp, 10, NULL); in do_test()
|
Completed in 11 milliseconds