HomeSort by relevance Sort by last modified time
    Searched refs:LIO_WAIT (Results 1 - 10 of 10) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
3-1-buildonly.c 19 int dummy6 = LIO_WAIT;
  /external/ltp/android/include/
aio.h 29 LIO_WAIT,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
aio.h 130 LIO_WAIT,
131 #define LIO_WAIT LIO_WAIT
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
5-1.c 90 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, NULL);
123 if (lio_listio(LIO_WAIT, aiocbs, 1, NULL) != -1) {
12-1.c 12 * 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);
8-1.c 82 if (lio_listio(LIO_WAIT, list, 1, NULL) == -1) {
9-1.c 76 if (lio_listio(LIO_WAIT, list, 1, NULL) == -1) {
13-1.c 12 * 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);
1-1.c 12 * 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/
tlibio.c 853 listio_cmd = LIO_WAIT;
857 "lio_listio(LIO_WAIT, aiolist, 1, NULL) LIO_WRITE, fd:%d, nbyte:%d, sig:%d",
    [all...]

Completed in 237 milliseconds