Home
last modified time | relevance | path

Searched refs:aiolist (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
H A D4-1.c66 struct aiocb *aiolist[NUM_AIOCBS]; in main() local
118 aiolist[i] = &aiocbs[i]; in main()
143 ret = lio_listio(LIO_NOWAIT, aiolist, NUM_AIOCBS, &event); in main()
/third_party/ltp/lib/
H A Dtlibio.c558 aiocb_t *aiolist[1]; /* list of aio control blocks for lio_listio */ in lio_write_buffer() local
563 struct aiocb *aiolist[1]; /* list of aio control blocks for lio_listio */ in lio_write_buffer() local
616 aiolist[0] = &aiocbp; in lio_write_buffer()
862 "lio_listio(LIO_WAIT, aiolist, 1, NULL) LIO_WRITE, fd:%d, nbyte:%d, sig:%d", in lio_write_buffer()
872 if (lio_listio(listio_cmd, aiolist, 1, NULL) == -1) { in lio_write_buffer()
931 "lio_listio(LIO_NOWAIT, aiolist, 1, NULL) LIO_WRITE, fd:%d, nbyte:%d", in lio_write_buffer()
941 if (lio_listio(listio_cmd, aiolist, 1, NULL) == -1) { in lio_write_buffer()
1133 aiocb_t *aiolist[1]; /* list of aio control blocks for lio_listio */ in lio_read_buffer() local
1138 struct aiocb *aiolist[1]; /* list of aio control blocks for lio_listio */ in lio_read_buffer() local
1192 aiolist[ in lio_read_buffer()
[all...]

Completed in 3 milliseconds