Home
last modified time | relevance | path

Searched defs:LOCK_NB (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock.py10 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/
Dfile_lock.h41 #define LOCK_NB 0x0001 macro
/external/compiler-rt/lib/profile/
DWindowsMMap.h45 #define LOCK_NB 4 /* don't block when locking */ macro
/external/python/cpython3/Modules/
Dfcntlmodule.c302 #define LOCK_NB 4 /* don't block when locking */ in fcntl_flock_impl() macro
378 #define LOCK_NB 4 /* don't block when locking */ in fcntl_lockf_impl() macro
/external/python/cpython2/Modules/
Dfcntlmodule.c328 #define LOCK_NB 4 /* don't block when locking */ in fcntl_lockf() macro
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h180 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
/external/python/cpython2/Lib/plat-irix5/
DFILE.py234 LOCK_NB = 4 variable
/external/python/cpython2/Lib/plat-irix6/
DFILE.py669 LOCK_NB = 4 variable
/external/python/cpython2/Lib/plat-atheos/
DIN.py655 LOCK_NB = 4 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go622 LOCK_NB = 0x4 const
Dzerrors_dragonfly_amd64.go846 LOCK_NB = 0x4 const
Dzerrors_openbsd_arm.go872 LOCK_NB = 0x4 const
Dzerrors_netbsd_arm.go964 LOCK_NB = 0x4 const
Dzerrors_openbsd_amd64.go910 LOCK_NB = 0x4 const
Dzerrors_netbsd_amd64.go972 LOCK_NB = 0x4 const
Dzerrors_openbsd_386.go873 LOCK_NB = 0x4 const
Dzerrors_darwin_386.go889 LOCK_NB = 0x4 const
Dzerrors_darwin_arm64.go889 LOCK_NB = 0x4 const
Dzerrors_darwin_amd64.go889 LOCK_NB = 0x4 const
Dzerrors_darwin_arm.go889 LOCK_NB = 0x4 const
Dzerrors_freebsd_386.go955 LOCK_NB = 0x4 const
Dzerrors_freebsd_arm.go962 LOCK_NB = 0x4 const
Dzerrors_netbsd_386.go982 LOCK_NB = 0x4 const
Dzerrors_freebsd_amd64.go955 LOCK_NB = 0x4 const
Dzerrors_linux_sparc64.go745 LOCK_NB = 0x4 const

12