/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | lock.py | 8 LOCK_EX = None # Exclusive lock variable 23 LOCK_EX = win32con.LOCKFILE_EXCLUSIVE_LOCK variable 29 LOCK_EX = fcntl.LOCK_EX variable
|
/external/ltp/testcases/kernel/fs/doio/include/ |
D | file_lock.h | 43 #define LOCK_EX 0x0004 macro
|
/external/compiler-rt/lib/profile/ |
D | WindowsMMap.h | 44 #define LOCK_EX 2 /* exclusive lock */ macro
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 314 #define LOCK_EX 2 /* exclusive lock */ in fcntl_flock_impl() macro 395 #define LOCK_EX 2 /* exclusive lock */ in fcntl_lockf_impl() macro
|
/external/llvm-project/compiler-rt/lib/profile/ |
D | WindowsMMap.h | 43 #define LOCK_EX 2 /* exclusive lock */ macro
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.h | 173 # define LOCK_EX 0x02 macro
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 327 #define LOCK_EX 2 /* exclusive lock */ in fcntl_lockf() macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 179 #define LOCK_EX 2 /* exclusive lock */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | FILE.py | 233 LOCK_EX = 2 variable
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 516 pub const LOCK_EX: ::c_int = 2; constant
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 538 pub const LOCK_EX: ::c_int = 2; constant
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FILE.py | 668 LOCK_EX = 2 variable
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 871 pub const LOCK_EX: ::c_int = 0x02; constant
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 654 LOCK_EX = 2 variable
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 968 pub const LOCK_EX: ::c_int = 2; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 960 pub const LOCK_EX: ::c_int = 2; constant
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1537 pub const LOCK_EX: ::c_int = 2; constant
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2543 pub const LOCK_EX: ::c_int = 2; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1810 pub const LOCK_EX: ::c_int = 2; constant
|