Home
last modified time | relevance | path

Searched refs:arr (Results 1 – 5 of 5) sorted by relevance

/rt/
A Dtst-aio6.c30 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 Dtst-aio3.c47 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 Dtst-aio5.c61 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 Dtst-aio4.c65 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 Dtst-aio2.c48 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 27 milliseconds