Home
last modified time | relevance | path

Searched defs:LOCK_NB (Results 1 - 25 of 29) sorted by relevance

12

/third_party/ltp/testcases/kernel/fs/doio/include/
H A Dfile_lock.h41 #define LOCK_NB 0x0001 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfile.h9 #define LOCK_NB 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dfile.h9 #define LOCK_NB 4 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dfile.h9 #define LOCK_NB 4 macro
/third_party/musl/include/sys/
H A Dfile.h9 #define LOCK_NB 4 macro
/third_party/python/Modules/
H A Dfcntlmodule.c303 #define LOCK_NB 4 /* don't block when locking */ in fcntl_flock_impl() macro
384 #define LOCK_NB 4 /* don't block when locking */ in fcntl_lockf_impl() macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs539 pub const LOCK_NB: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs578 pub const LOCK_NB: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1024 pub const LOCK_NB: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1061 pub const LOCK_NB: ::c_int = 0x04; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1038 pub const LOCK_NB: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1173 pub const LOCK_NB: ::c_int = 0x4; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1822 pub const LOCK_NB: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1920 pub const LOCK_NB: ::c_int = 4; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs229 pub const LOCK_NB: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs241 pub const LOCK_NB: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs234 pub const LOCK_NB: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs234 pub const LOCK_NB: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs238 pub const LOCK_NB: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs241 pub const LOCK_NB: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs238 pub const LOCK_NB: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs228 pub const LOCK_NB: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs232 pub const LOCK_NB: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs229 pub const LOCK_NB: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs232 pub const LOCK_NB: u32 = 4; consts

Completed in 197 milliseconds

12