Home
last modified time | relevance | path

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

12

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock.py8 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/
Dfile_lock.h43 #define LOCK_EX 0x0004 macro
/external/compiler-rt/lib/profile/
DWindowsMMap.h44 #define LOCK_EX 2 /* exclusive lock */ macro
/external/python/cpython3/Modules/
Dfcntlmodule.c301 #define LOCK_EX 2 /* exclusive lock */ in fcntl_flock_impl() macro
377 #define LOCK_EX 2 /* exclusive lock */ in fcntl_lockf_impl() macro
/external/python/cpython2/Modules/
Dfcntlmodule.c327 #define LOCK_EX 2 /* exclusive lock */ in fcntl_lockf() macro
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h179 #define LOCK_EX 2 /* exclusive lock */ macro
/external/python/cpython2/Lib/plat-irix5/
DFILE.py233 LOCK_EX = 2 variable
/external/python/cpython2/Lib/plat-irix6/
DFILE.py668 LOCK_EX = 2 variable
/external/python/cpython2/Lib/plat-atheos/
DIN.py654 LOCK_EX = 2 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go621 LOCK_EX = 0x2 const
Dzerrors_dragonfly_amd64.go845 LOCK_EX = 0x2 const
Dzerrors_openbsd_arm.go871 LOCK_EX = 0x2 const
Dzerrors_netbsd_arm.go963 LOCK_EX = 0x2 const
Dzerrors_openbsd_amd64.go909 LOCK_EX = 0x2 const
Dzerrors_netbsd_amd64.go971 LOCK_EX = 0x2 const
Dzerrors_openbsd_386.go872 LOCK_EX = 0x2 const
Dzerrors_darwin_386.go888 LOCK_EX = 0x2 const
Dzerrors_darwin_arm64.go888 LOCK_EX = 0x2 const
Dzerrors_darwin_amd64.go888 LOCK_EX = 0x2 const
Dzerrors_darwin_arm.go888 LOCK_EX = 0x2 const
Dzerrors_freebsd_386.go954 LOCK_EX = 0x2 const
Dzerrors_freebsd_arm.go961 LOCK_EX = 0x2 const
Dzerrors_netbsd_386.go981 LOCK_EX = 0x2 const
Dzerrors_freebsd_amd64.go954 LOCK_EX = 0x2 const
Dzerrors_linux_sparc64.go744 LOCK_EX = 0x2 const

12