Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
H A D6-1.c12 * aio_cancel() shall return AIO_CANCELED if the requested operations
19 * if aio_error() is ECANCELED and aio_cancel() is AIO_CANCELED
21 * if aio_error() is ECANCELED and aio_cancel() is NOT AIO_CANCELED
24 * aio_cancel() is AIO_CANCELED
122 if (gret == AIO_CANCELED) { in main()
128 " aio_cancel() is not AIO_CANCELED\n"); in main()
134 if (gret == AIO_CANCELED) { in main()
136 " aio_cancel() is AIO_CANCELED without ECANCELED\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
H A D3-1-buildonly.c14 static int dummy1 = AIO_CANCELED;
/third_party/musl/porting/uniproton/kernel/include/
H A Daio.h31 #define AIO_CANCELED 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Daio.h31 #define AIO_CANCELED 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Daio.h31 #define AIO_CANCELED 0 macro
/third_party/musl/include/
H A Daio.h31 #define AIO_CANCELED 0 macro
/third_party/musl/libc-test/src/api/
H A Daio.c25 C(AIO_CANCELED) in f()
/third_party/rust/crates/nix/src/sys/
H A Daio.rs85 AioCanceled = libc::AIO_CANCELED,
137 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
1014 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
/third_party/musl/porting/linux/user/src/aio/
H A Daio.c388 if (p->err == ECANCELED) ret = AIO_CANCELED; in aio_cancel()
/third_party/musl/porting/liteos_a/user/src/aio/
H A Daio.c388 if (p->err == ECANCELED) ret = AIO_CANCELED; in aio_cancel()
/third_party/musl/src/aio/
H A Daio.c401 if (p->err == ECANCELED) ret = AIO_CANCELED; in aio_cancel()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1016 pub const AIO_CANCELED: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs450 pub const AIO_CANCELED: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2147 pub const AIO_CANCELED: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1396 pub const AIO_CANCELED: ::c_int = 0; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2499 pub const AIO_CANCELED: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1898 pub const AIO_CANCELED: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4358 pub const AIO_CANCELED: ::c_int = 2; consts

Completed in 65 milliseconds