Searched refs:LIO_WAIT (Results 1 - 9 of 9) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
H A D3-1-buildonly.c19 int dummy6 = LIO_WAIT;
/external/ltp/android/include/
H A Daio.h29 LIO_WAIT, enumerator in enum:__anon15157
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
H A D5-1.c90 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, NULL);
123 if (lio_listio(LIO_WAIT, aiocbs, 1, NULL) != -1) {
H A D12-1.c12 * if mode is LIO_WAIT, lio_listio() shall return the value zero when
18 * - submit a list of writes to lio_listio in LIO_WAIT mode
89 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, NULL);
H A D8-1.c82 if (lio_listio(LIO_WAIT, list, 1, NULL) == -1) {
H A D9-1.c76 if (lio_listio(LIO_WAIT, list, 1, NULL) == -1) {
H A D13-1.c12 * if mode is LIO_WAIT, lio_listio() shall return the value -1 and set
18 * - submit a list with invalid opcodes to lio_listio in LIO_WAIT mode
93 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, NULL);
H A D1-1.c12 * If mode is LIO_WAIT, lio_listio() shall wait until all I/O is
18 * - submit a list of writes to lio_listio in LIO_WAIT mode
114 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, &event);
/external/ltp/lib/
H A Dtlibio.c853 listio_cmd = LIO_WAIT;
857 "lio_listio(LIO_WAIT, aiolist, 1, NULL) LIO_WRITE, fd:%d, nbyte:%d, sig:%d",
1426 listio_cmd = LIO_WAIT;
1430 "lio_listio(LIO_WAIT, aiolist, 1, NULL) LIO_READ, fd:%d, nbyte:%d",

Completed in 2704 milliseconds