Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/kernel/fs/doio/include/
H A Dfile_lock.h44 #define LOCK_SH 0x0008 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfile.h7 #define LOCK_SH 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dfile.h7 #define LOCK_SH 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dfile.h7 #define LOCK_SH 1 macro
/third_party/musl/include/sys/
H A Dfile.h7 #define LOCK_SH 1 macro
/third_party/python/Modules/
H A Dfcntlmodule.c301 #define LOCK_SH 1 /* shared lock */ in fcntl_flock_impl() macro
382 #define LOCK_SH 1 /* shared lock */ in fcntl_lockf_impl() macro
[all...]
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs537 pub const LOCK_SH: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs576 pub const LOCK_SH: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1022 pub const LOCK_SH: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1059 pub const LOCK_SH: ::c_int = 0x01; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1036 pub const LOCK_SH: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1171 pub const LOCK_SH: ::c_int = 0x1; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1820 pub const LOCK_SH: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1918 pub const LOCK_SH: ::c_int = 1; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs227 pub const LOCK_SH: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs239 pub const LOCK_SH: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs232 pub const LOCK_SH: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs232 pub const LOCK_SH: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs236 pub const LOCK_SH: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs239 pub const LOCK_SH: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs236 pub const LOCK_SH: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs226 pub const LOCK_SH: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs230 pub const LOCK_SH: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs227 pub const LOCK_SH: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs230 pub const LOCK_SH: u32 = 1; consts

Completed in 192 milliseconds

12