Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
D7-1.c129 if (gret != AIO_NOTCANCELED) { in main()
145 if (gret == AIO_NOTCANCELED) { in main()
D1-1.c75 case AIO_NOTCANCELED: in main()
D2-1.c79 case AIO_NOTCANCELED: in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
D3-1-buildonly.c15 static int dummy2 = AIO_NOTCANCELED;
/third_party/musl/ndk_musl_include/
Daio.h32 #define AIO_NOTCANCELED 1 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-musl.txt7 AIO_NOTCANCELED
Dlinux-gnu.txt22 AIO_NOTCANCELED
Dfuchsia.txt61 AIO_NOTCANCELED
Ddragonfly.txt54 AIO_NOTCANCELED
Dnetbsd.txt51 AIO_NOTCANCELED
Dfreebsd.txt57 AIO_NOTCANCELED
Dapple.txt53 AIO_NOTCANCELED
/third_party/musl/porting/liteos_m/kernel/include/
Daio.h32 #define AIO_NOTCANCELED 1 macro
/third_party/musl/porting/uniproton/kernel/include/
Daio.h32 #define AIO_NOTCANCELED 1 macro
/third_party/musl/include/
Daio.h32 #define AIO_NOTCANCELED 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Daio.h32 #define AIO_NOTCANCELED 1 macro
/third_party/musl/libc-test/src/api/
Daio.c26 C(AIO_NOTCANCELED) in f()
/third_party/rust/crates/nix/src/sys/
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/
Dmod.rs1017 pub const AIO_NOTCANCELED: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs451 pub const AIO_NOTCANCELED: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2148 pub const AIO_NOTCANCELED: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1397 pub const AIO_NOTCANCELED: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1899 pub const AIO_NOTCANCELED: ::c_int = 1; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2500 pub const AIO_NOTCANCELED: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs4359 pub const AIO_NOTCANCELED: ::c_int = 4; constant