Home
last modified time | relevance | path

Searched defs:LOCK_SH (Results 1 – 19 of 19) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock.py9 LOCK_SH = None # Shared lock variable
24 LOCK_SH = 0 # the default variable
30 LOCK_SH = fcntl.LOCK_SH variable
/external/ltp/testcases/kernel/fs/doio/include/
Dfile_lock.h44 #define LOCK_SH 0x0008 macro
/external/compiler-rt/lib/profile/
DWindowsMMap.h43 #define LOCK_SH 1 /* shared lock */ macro
/external/python/cpython3/Modules/
Dfcntlmodule.c313 #define LOCK_SH 1 /* shared lock */ in fcntl_flock_impl() macro
394 #define LOCK_SH 1 /* shared lock */ in fcntl_lockf_impl() macro
/external/llvm-project/compiler-rt/lib/profile/
DWindowsMMap.h42 #define LOCK_SH 1 /* shared lock */ macro
/external/openssh/openbsd-compat/
Dbsd-misc.h172 # define LOCK_SH 0x01 macro
/external/python/cpython2/Modules/
Dfcntlmodule.c326 #define LOCK_SH 1 /* shared lock */ in fcntl_lockf() macro
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h178 #define LOCK_SH 1 /* shared lock */ macro
/external/python/cpython2/Lib/plat-irix5/
DFILE.py232 LOCK_SH = 1 variable
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs515 pub const LOCK_SH: ::c_int = 1; constant
/external/rust/crates/libc/src/unix/redox/
Dmod.rs537 pub const LOCK_SH: ::c_int = 1; constant
/external/python/cpython2/Lib/plat-irix6/
DFILE.py667 LOCK_SH = 1 variable
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs870 pub const LOCK_SH: ::c_int = 0x01; constant
/external/python/cpython2/Lib/plat-atheos/
DIN.py653 LOCK_SH = 1 variable
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs967 pub const LOCK_SH: ::c_int = 1; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs959 pub const LOCK_SH: ::c_int = 1; constant
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1536 pub const LOCK_SH: ::c_int = 1; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2542 pub const LOCK_SH: ::c_int = 1; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1809 pub const LOCK_SH: ::c_int = 1; constant