| /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/musl/include/sys/ |
| D | file.h | 9 #define LOCK_NB 4 macro
|
| /external/python/cpython3/Modules/ |
| D | fcntlmodule.c | 303 #define LOCK_NB 4 /* don't block when locking */ in fcntl_flock_impl() macro 384 #define LOCK_NB 4 /* don't block when locking */ in fcntl_lockf_impl() macro
|
| /external/compiler-rt/lib/profile/ |
| D | WindowsMMap.h | 45 #define LOCK_NB 4 /* don't block when locking */ 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 | 539 pub const LOCK_NB: ::c_int = 4; constant
|
| /external/rust/crates/libc/src/unix/redox/ |
| D | mod.rs | 578 pub const LOCK_NB: ::c_int = 4; constant
|
| /external/python/cpython2/Lib/plat-irix6/ |
| D | FILE.py | 669 LOCK_NB = 4 variable
|
| /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 | 1020 pub const LOCK_NB: ::c_int = 4; constant
|
| /external/rust/crates/libc/src/unix/haiku/ |
| D | mod.rs | 1061 pub const LOCK_NB: ::c_int = 0x04; constant
|
| /external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
| D | mod.rs | 1024 pub const LOCK_NB: ::c_int = 4; constant
|
| /external/rust/crates/libc/src/unix/solarish/ |
| D | mod.rs | 1920 pub const LOCK_NB: ::c_int = 4; constant
|
| /external/rust/crates/libc/src/unix/nto/ |
| D | mod.rs | 1173 pub const LOCK_NB: ::c_int = 0x4; constant
|
| /external/crosvm/jail/seccomp/aarch64/ |
| D | constants.json | 934 "LOCK_NB": 4, number
|
| /external/crosvm/jail/seccomp/x86_64/ |
| D | constants.json | 945 "LOCK_NB": 4, number
|
| /external/crosvm/jail/seccomp/arm/ |
| D | constants.json | 928 "LOCK_NB": 4, number
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 1822 pub const LOCK_NB: ::c_int = 4; constant
|
| /external/rust/crates/libc/src/unix/bsd/apple/ |
| D | mod.rs | 3766 pub const LOCK_NB: ::c_int = 4; constant
|