Home
last modified time | relevance | path

Searched refs:RWF_NOWAIT (Results 1 - 23 of 23) sorted by relevance

/third_party/ltp/include/lapi/
H A Dpreadv2.h13 #ifndef RWF_NOWAIT
14 # define RWF_NOWAIT 0x00000008 macro
/third_party/ltp/testcases/kernel/syscalls/preadv2/
H A Dpreadv203.c7 * This is a basic functional test for RWF_NOWAIT flag, we are attempting to
12 * RWF_NOWAIT flag and expects to get EAGAIN and short
118 TEST(preadv2(fd, rd_iovec, 2, off, RWF_NOWAIT)); in nowait_reader()
234 TEST(preadv2(fd, iovec, 1, 0, RWF_NOWAIT)); in check_preadv2_nowait()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h229 #undef RWF_NOWAIT macro
234 #define RWF_NOWAIT 0x00000008 macro
/third_party/musl/include/sys/
H A Duio.h47 #define RWF_NOWAIT 0x00000008 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dtypes.rs28 /// `RWF_NOWAIT` (since Linux 4.14)
29 const NOWAIT = linux_raw_sys::general::RWF_NOWAIT;
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dtypes.rs30 /// `RWF_NOWAIT` (since Linux 4.14)
31 const NOWAIT = linux_raw_sys::general::RWF_NOWAIT as c::c_int;
/third_party/rust/crates/rustix/tests/io/
H A Dread_write.rs141 libc::RWF_NOWAIT in test_rwf_values()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs884 pub const RWF_NOWAIT: ::c_int = 0x00000008; consts
/third_party/python/Modules/
H A Dposixmodule.c9826 - RWF_NOWAIT
15453 #ifdef RWF_NOWAIT in all_ins()
15454 if (PyModule_AddIntConstant(m, "RWF_NOWAIT", RWF_NOWAIT)) return -1; in all_ins()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2351 pub const RWF_NOWAIT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2350 pub const RWF_NOWAIT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2330 pub const RWF_NOWAIT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2460 pub const RWF_NOWAIT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2531 pub const RWF_NOWAIT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2482 pub const RWF_NOWAIT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2593 pub const RWF_NOWAIT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2434 pub const RWF_NOWAIT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2697 pub const RWF_NOWAIT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2395 pub const RWF_NOWAIT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2667 pub const RWF_NOWAIT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2380 pub const RWF_NOWAIT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2463 pub const RWF_NOWAIT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs2391 pub const RWF_NOWAIT: u32 = 8; consts

Completed in 218 milliseconds