Home
last modified time | relevance | path

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

12

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock.py9 LOCK_SH = None # Shared lock variable
24 LOCK_SH = 0 # the default variable
30 LOCK_SH = fcntl.LOCK_SH variable
/external/ltp/testcases/kernel/fs/doio/include/
Dfile_lock.h44 #define LOCK_SH 0x0008 macro
/external/compiler-rt/lib/profile/
DWindowsMMap.h43 #define LOCK_SH 1 /* shared lock */ macro
/external/python/cpython3/Modules/
Dfcntlmodule.c300 #define LOCK_SH 1 /* shared lock */ in fcntl_flock_impl() macro
376 #define LOCK_SH 1 /* shared lock */ in fcntl_lockf_impl() macro
/external/python/cpython2/Modules/
Dfcntlmodule.c326 #define LOCK_SH 1 /* shared lock */ in fcntl_lockf() macro
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h178 #define LOCK_SH 1 /* shared lock */ macro
/external/python/cpython2/Lib/plat-irix5/
DFILE.py232 LOCK_SH = 1 variable
/external/python/cpython2/Lib/plat-irix6/
DFILE.py667 LOCK_SH = 1 variable
/external/python/cpython2/Lib/plat-atheos/
DIN.py653 LOCK_SH = 1 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go623 LOCK_SH = 0x1 const
Dzerrors_dragonfly_amd64.go847 LOCK_SH = 0x1 const
Dzerrors_openbsd_arm.go873 LOCK_SH = 0x1 const
Dzerrors_netbsd_arm.go965 LOCK_SH = 0x1 const
Dzerrors_openbsd_amd64.go911 LOCK_SH = 0x1 const
Dzerrors_netbsd_amd64.go973 LOCK_SH = 0x1 const
Dzerrors_openbsd_386.go874 LOCK_SH = 0x1 const
Dzerrors_darwin_386.go890 LOCK_SH = 0x1 const
Dzerrors_darwin_arm64.go890 LOCK_SH = 0x1 const
Dzerrors_darwin_amd64.go890 LOCK_SH = 0x1 const
Dzerrors_darwin_arm.go890 LOCK_SH = 0x1 const
Dzerrors_freebsd_386.go956 LOCK_SH = 0x1 const
Dzerrors_freebsd_arm.go963 LOCK_SH = 0x1 const
Dzerrors_netbsd_386.go983 LOCK_SH = 0x1 const
Dzerrors_freebsd_amd64.go956 LOCK_SH = 0x1 const
Dzerrors_linux_sparc64.go746 LOCK_SH = 0x1 const

12