Home
last modified time | relevance | path

Searched refs:lio_listio (Results 1 – 25 of 47) sorted by relevance

12

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Daio.h50 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/
Daio.h50 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/
Daio.h50 int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sigevent *__restrict);
61 #define lio_listio64 lio_listio
/third_party/musl/include/
Daio.h50 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/
D5-1.c90 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, NULL); in main()
123 if (lio_listio(LIO_WAIT, aiocbs, 1, NULL) != -1) { in main()
Dcoverage.txt1 this file defines the coverage for the lio_listio() function testing.
D18-1.c83 ret = lio_listio(-1, aiocbs, NUM_AIOCBS, NULL); in main()
D8-1.c81 if (lio_listio(LIO_WAIT, list, 1, NULL) == -1) { in main()
D9-1.c76 if (lio_listio(LIO_WAIT, list, 1, NULL) == -1) { in main()
D12-1.c89 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, NULL); in main()
D13-1.c93 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, NULL); in main()
D2-1.c111 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
D1-1.c116 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, &event); in main()
D10-1.c130 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
D3-1.c130 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
D4-1.c138 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
D15-1.c135 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
D14-1.c141 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
/third_party/musl/porting/liteos_a/user/src/aio/
Dlio_listio.c70 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/
Dlio_listio.c70 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/
D4-1.c20 int, struct sigevent *restrict) = lio_listio;
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-musl.txt41 lio_listio
/third_party/musl/libc-test/src/api/
Daio.c40 {int(*p)(int,struct aiocb*restrict const[restrict],int,struct sigevent*restrict) = lio_listio;} in f()
/third_party/elfutils/tests/
Dlfs-symbols46 lio_listio
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
D9-1.c128 ret = lio_listio(LIO_NOWAIT, aiocbs, num_aiocbs, &event); in do_test()

12