/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | lock.py | 10 LOCK_NB = None # Non-blocking (LockException is raised if resource is locked) variable 25 LOCK_NB = win32con.LOCKFILE_FAIL_IMMEDIATELY variable 31 LOCK_NB = fcntl.LOCK_NB variable
|
/external/ltp/testcases/kernel/fs/doio/include/ |
D | file_lock.h | 41 #define LOCK_NB 0x0001 macro
|
/external/compiler-rt/lib/profile/ |
D | WindowsMMap.h | 45 #define LOCK_NB 4 /* don't block when locking */ macro
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 315 #define LOCK_NB 4 /* don't block when locking */ in fcntl_flock_impl() macro 396 #define LOCK_NB 4 /* don't block when locking */ in fcntl_lockf_impl() macro
|
/external/llvm-project/compiler-rt/lib/profile/ |
D | WindowsMMap.h | 44 #define LOCK_NB 4 /* don't block when locking */ macro
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.h | 174 # define LOCK_NB 0x04 macro
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 328 #define LOCK_NB 4 /* don't block when locking */ in fcntl_lockf() macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 180 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | FILE.py | 234 LOCK_NB = 4 variable
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 517 pub const LOCK_NB: ::c_int = 4; constant
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 539 pub const LOCK_NB: ::c_int = 4; constant
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FILE.py | 669 LOCK_NB = 4 variable
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 872 pub const LOCK_NB: ::c_int = 0x04; constant
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 655 LOCK_NB = 4 variable
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 969 pub const LOCK_NB: ::c_int = 4; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 961 pub const LOCK_NB: ::c_int = 4; constant
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1538 pub const LOCK_NB: ::c_int = 4; constant
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2544 pub const LOCK_NB: ::c_int = 4; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1811 pub const LOCK_NB: ::c_int = 4; constant
|