Home
last modified time | relevance | path

Searched refs:AIO_NOTCANCELED (Results 1 - 17 of 17) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
H A D7-1.c12 * aio_cancel() shall return AIO_NOTCANCELED if at least one of the
20 * - if aio_error() is EINPROGRESS and aio_cancel() is not AIO_NOTCANCELED
22 * - if aio_error() is succes (0) and aio_cancel() is AIO_NOTCANCELED
127 * with aio_cancel() == AIO_NOTCANCELED in main()
129 if (gret != AIO_NOTCANCELED) { in main()
145 if (gret == AIO_NOTCANCELED) { in main()
H A D1-1.c75 case AIO_NOTCANCELED: in main()
H A D2-1.c79 case AIO_NOTCANCELED: in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
H A D3-1-buildonly.c15 static int dummy2 = AIO_NOTCANCELED;
/third_party/musl/porting/uniproton/kernel/include/
H A Daio.h32 #define AIO_NOTCANCELED 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Daio.h32 #define AIO_NOTCANCELED 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Daio.h32 #define AIO_NOTCANCELED 1 macro
/third_party/musl/include/
H A Daio.h32 #define AIO_NOTCANCELED 1 macro
/third_party/musl/libc-test/src/api/
H A Daio.c26 C(AIO_NOTCANCELED) in f()
/third_party/rust/crates/nix/src/sys/
H A Daio.rs88 AioNotCanceled = libc::AIO_NOTCANCELED,
138 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
1015 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1017 pub const AIO_NOTCANCELED: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs451 pub const AIO_NOTCANCELED: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2148 pub const AIO_NOTCANCELED: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1397 pub const AIO_NOTCANCELED: ::c_int = 2; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2500 pub const AIO_NOTCANCELED: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1899 pub const AIO_NOTCANCELED: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4359 pub const AIO_NOTCANCELED: ::c_int = 4; consts

Completed in 65 milliseconds