/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | aio.h | 50 int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sigevent *__restrict); 61 #define lio_listio64 lio_listio
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | aio.h | 50 int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sigevent *__restrict); 61 #define lio_listio64 lio_listio
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | aio.h | 50 int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sigevent *__restrict); 61 #define lio_listio64 lio_listio
|
/third_party/musl/include/ |
D | aio.h | 50 int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sigevent *__restrict); 61 #define lio_listio64 lio_listio
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/ |
D | 5-1.c | 90 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, NULL); in main() 123 if (lio_listio(LIO_WAIT, aiocbs, 1, NULL) != -1) { in main()
|
D | coverage.txt | 1 this file defines the coverage for the lio_listio() function testing.
|
D | 18-1.c | 83 ret = lio_listio(-1, aiocbs, NUM_AIOCBS, NULL); in main()
|
D | 8-1.c | 81 if (lio_listio(LIO_WAIT, list, 1, NULL) == -1) { in main()
|
D | 9-1.c | 76 if (lio_listio(LIO_WAIT, list, 1, NULL) == -1) { in main()
|
D | 12-1.c | 89 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, NULL); in main()
|
D | 13-1.c | 93 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, NULL); in main()
|
D | 2-1.c | 111 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
D | 1-1.c | 116 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
D | 10-1.c | 130 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
D | 3-1.c | 130 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
D | 4-1.c | 138 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
D | 15-1.c | 135 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
D | 14-1.c | 141 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
/third_party/musl/porting/liteos_a/user/src/aio/ |
D | lio_listio.c | 70 int lio_listio(int mode, struct aiocb *restrict const *restrict cbs, int cnt, struct sigevent *rest… in lio_listio() function 146 weak_alias(lio_listio, lio_listio64);
|
/third_party/musl/src/aio/ |
D | lio_listio.c | 70 int lio_listio(int mode, struct aiocb *restrict const *restrict cbs, int cnt, struct sigevent *rest… in lio_listio() function 145 weak_alias(lio_listio, lio_listio64);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/ |
D | 4-1.c | 20 int, struct sigevent *restrict) = lio_listio;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux-musl.txt | 41 lio_listio
|
/third_party/musl/libc-test/src/api/ |
D | aio.c | 40 {int(*p)(int,struct aiocb*restrict const[restrict],int,struct sigevent*restrict) = lio_listio;} in f()
|
/third_party/elfutils/tests/ |
D | lfs-symbols | 46 lio_listio
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/ |
D | 9-1.c | 128 ret = lio_listio(LIO_NOWAIT, aiocbs, num_aiocbs, &event); in do_test()
|