| /external/chromium-trace/catapult/common/py_utils/py_utils/ |
| D | lock.py | 9 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/ |
| D | file_lock.h | 44 #define LOCK_SH 0x0008 macro
|
| /external/compiler-rt/lib/profile/ |
| D | WindowsMMap.h | 43 #define LOCK_SH 1 /* shared lock */ macro
|
| /external/python/cpython3/Modules/ |
| D | fcntlmodule.c | 313 #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/ |
| D | WindowsMMap.h | 42 #define LOCK_SH 1 /* shared lock */ macro
|
| /external/openssh/openbsd-compat/ |
| D | bsd-misc.h | 172 # define LOCK_SH 0x01 macro
|
| /external/python/cpython2/Modules/ |
| D | fcntlmodule.c | 326 #define LOCK_SH 1 /* shared lock */ in fcntl_lockf() macro
|
| /external/kernel-headers/original/uapi/asm-generic/ |
| D | fcntl.h | 178 #define LOCK_SH 1 /* shared lock */ macro
|
| /external/python/cpython2/Lib/plat-irix5/ |
| D | FILE.py | 232 LOCK_SH = 1 variable
|
| /external/rust/crates/libc/src/unix/bsd/netbsdlike/ |
| D | mod.rs | 515 pub const LOCK_SH: ::c_int = 1; constant
|
| /external/rust/crates/libc/src/unix/redox/ |
| D | mod.rs | 537 pub const LOCK_SH: ::c_int = 1; constant
|
| /external/python/cpython2/Lib/plat-irix6/ |
| D | FILE.py | 667 LOCK_SH = 1 variable
|
| /external/rust/crates/libc/src/unix/haiku/ |
| D | mod.rs | 870 pub const LOCK_SH: ::c_int = 0x01; constant
|
| /external/python/cpython2/Lib/plat-atheos/ |
| D | IN.py | 653 LOCK_SH = 1 variable
|
| /external/rust/crates/libc/src/unix/linux_like/ |
| D | mod.rs | 967 pub const LOCK_SH: ::c_int = 1; constant
|
| /external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
| D | mod.rs | 959 pub const LOCK_SH: ::c_int = 1; constant
|
| /external/rust/crates/libc/src/unix/solarish/ |
| D | mod.rs | 1536 pub const LOCK_SH: ::c_int = 1; constant
|
| /external/rust/crates/libc/src/unix/bsd/apple/ |
| D | mod.rs | 2542 pub const LOCK_SH: ::c_int = 1; constant
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 1809 pub const LOCK_SH: ::c_int = 1; constant
|