Searched refs:arr (Results 1 – 5 of 5) sorted by relevance
/rt/ |
A D | tst-aio6.c | 30 struct aiocb *arr[1]; in do_test() local 45 arr[0] = &cb; in do_test() 56 if (aio_read (arr[0]) < 0) in do_test() 74 if (aio_suspend ((const struct aiocb *const*) arr, 1, &timeout) != -1) in do_test()
|
A D | tst-aio3.c | 47 struct aiocb *arr[1]; in do_test() local 66 arr[0] = &cb; in do_test() 79 if (lio_listio (LIO_NOWAIT, arr, 1, NULL) < 0) in do_test() 90 if (aio_suspend ((const struct aiocb *const *) arr, 1, NULL) < 0) in do_test()
|
A D | tst-aio5.c | 61 struct aiocb *arr[1]; in do_test() local 75 arr[0] = &cb; in do_test() 94 if (aio_write (arr[0]) < 0) in do_test() 112 if (lio_listio (LIO_NOWAIT, arr, 1, &ev) < 0) in do_test()
|
A D | tst-aio4.c | 65 struct aiocb *arr[1]; in do_test() local 93 arr[0] = &cb; in do_test() 124 if (aio_write (arr[0]) < 0) in do_test() 142 if (lio_listio (LIO_NOWAIT, arr, 1, &ev) < 0) in do_test()
|
A D | tst-aio2.c | 48 struct aiocb *arr[1]; in do_test() local 67 arr[0] = &cb; in do_test() 80 if (lio_listio (LIO_WAIT, arr, 1, NULL) < 0) in do_test()
|
Completed in 9 milliseconds