/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_return/ |
H A D | 3-1.c | 47 struct aiocb aiocb; in main() local [all...] |
H A D | 3-2.c | 45 struct aiocb aiocb; in main() local [all...] |
H A D | 4-1.c | 45 struct aiocb aiocb; in main() local [all...] |
H A D | 2-1.c | 42 struct aiocb aiocb; in main() local [all...] |
H A D | 1-1.c | 44 struct aiocb aiocb; in main() local [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/ |
H A D | 5-1.c | 45 struct aiocb aiocb; in main() local [all...] |
H A D | 4-1.c | 44 struct aiocb aiocb; in main() local [all...] |
H A D | 1-1.c | 48 struct aiocb aiocb; in main() local [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/ |
H A D | 1-2.c | 48 struct aiocb aiocb; in main() local [all...] |
H A D | 1-1.c | 47 struct aiocb aiocb; in main() local [all...] |
H A D | 3-1.c | 47 struct aiocb aiocb; in main() local [all...] |
H A D | 2-1.c | 54 struct aiocb aiocb[3]; in main() local [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/ |
H A D | 3-1.c | 71 struct aiocb *aiocb; in main() local [all...] |
H A D | 5-1.c | 49 struct aiocb *aiocb[BUF_NB]; in main() local [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/ |
H A D | 3-1.c | 47 struct aiocb aiocb[NAIOCB]; in main() local [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/ |
H A D | 8-1.c | 45 struct aiocb aiocb; in main() local [all...] |
H A D | 9-1.c | 46 struct aiocb aiocb; in main() local [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | aio.h | 20 struct aiocb { struct [all...] |
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | aio.h | 17 struct aiocb { struct [all...] |
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | aio.h | 17 struct aiocb { struct [all...] |
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | aio.h | 17 struct aiocb { struct [all...] |
/third_party/musl/include/ |
H A D | aio.h | 17 struct aiocb { struct [all...] |
/third_party/rust/crates/nix/test/sys/ |
H A D | test_aio.rs | 553 let mut aiocb = Box::pin(AioWrite::new( test_aio_cancel_all() variables [all...] |
/third_party/rust/crates/nix/src/sys/ |
H A D | aio.rs | 462 let mut aiocb = AioCb::common_init(fd, prio, sigev_notify); new() variables 582 let mut aiocb = AioCb::common_init(fd, prio, sigev_notify); new() variables 701 let mut aiocb = AioCb::common_init(fd, prio, sigev_notify); new() variables 814 let mut aiocb = AioCb::common_init(fd, prio, sigev_notify); new() variables 930 let mut aiocb = AioCb::common_init(fd, prio, sigev_notify); new() variables [all...] |
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 126 pub struct aiocb { structure names
|