Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/kernel/fs/doio/include/
H A Dfile_lock.h42 #define LOCK_UN 0x0002 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfile.h10 #define LOCK_UN 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dfile.h10 #define LOCK_UN 8 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dfile.h10 #define LOCK_UN 8 macro
/third_party/musl/include/sys/
H A Dfile.h10 #define LOCK_UN 8 macro
/third_party/python/Modules/
H A Dfcntlmodule.c304 #define LOCK_UN 8 /* unlock */ in fcntl_flock_impl() macro
385 #define LOCK_UN 8 /* unlock */ in fcntl_lockf_impl() macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs540 pub const LOCK_UN: ::c_int = 8; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs579 pub const LOCK_UN: ::c_int = 8; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1025 pub const LOCK_UN: ::c_int = 8; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1062 pub const LOCK_UN: ::c_int = 0x08; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1039 pub const LOCK_UN: ::c_int = 8; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1174 pub const LOCK_UN: ::c_int = 0x8; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1823 pub const LOCK_UN: ::c_int = 8; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1921 pub const LOCK_UN: ::c_int = 8; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs230 pub const LOCK_UN: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs242 pub const LOCK_UN: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs235 pub const LOCK_UN: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs235 pub const LOCK_UN: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs239 pub const LOCK_UN: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs242 pub const LOCK_UN: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs239 pub const LOCK_UN: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs229 pub const LOCK_UN: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs233 pub const LOCK_UN: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs230 pub const LOCK_UN: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs233 pub const LOCK_UN: u32 = 8; consts

Completed in 193 milliseconds

12