Home
last modified time | relevance | path

Searched refs:AIO_ALLDONE (Results 1 - 18 of 18) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
H A D3-1-buildonly.c13 static int dummy0 = AIO_ALLDONE;
/third_party/musl/porting/uniproton/kernel/include/
H A Daio.h33 #define AIO_ALLDONE 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Daio.h33 #define AIO_ALLDONE 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Daio.h33 #define AIO_ALLDONE 2 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
H A D8-1.c12 * aio_cancel() shall return AIO_ALLDONE if all operation have already
19 * if result is AIO_ALLDONE, test is passed
83 if (aio_cancel(fd, &aiocb) != AIO_ALLDONE) { in main()
/third_party/musl/include/
H A Daio.h33 #define AIO_ALLDONE 2 macro
/third_party/musl/libc-test/src/api/
H A Daio.c24 C(AIO_ALLDONE) in f()
/third_party/rust/crates/nix/src/sys/
H A Daio.rs90 AioAllDone = libc::AIO_ALLDONE,
139 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
1016 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/third_party/musl/porting/linux/user/src/aio/
H A Daio.c359 int ret = AIO_ALLDONE; in aio_cancel()
/third_party/musl/porting/liteos_a/user/src/aio/
H A Daio.c362 int ret = AIO_ALLDONE; in aio_cancel()
/third_party/musl/src/aio/
H A Daio.c371 int ret = AIO_ALLDONE; in aio_cancel()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1018 pub const AIO_ALLDONE: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs452 pub const AIO_ALLDONE: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2149 pub const AIO_ALLDONE: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1398 pub const AIO_ALLDONE: ::c_int = 1; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2501 pub const AIO_ALLDONE: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1900 pub const AIO_ALLDONE: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4360 pub const AIO_ALLDONE: ::c_int = 1; consts

Completed in 65 milliseconds