Home
last modified time | relevance | path

Searched refs:F_LOCK (Results 1 – 22 of 22) sorted by relevance

/external/minijail/linux-x86/
Dlibconstants.gen.c563 #ifdef F_LOCK
564 { "F_LOCK", (unsigned long) F_LOCK },
/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py221 F_LOCK = 1 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go464 F_LOCK = 0x1 const
Dzerrors_linux_mipsle.go531 F_LOCK = 0x1 const
Dzerrors_linux_s390x.go531 F_LOCK = 0x1 const
Dzerrors_linux_arm.go531 F_LOCK = 0x1 const
Dzerrors_linux_ppc64le.go531 F_LOCK = 0x1 const
Dzerrors_linux_mips64.go531 F_LOCK = 0x1 const
Dzerrors_linux_ppc64.go531 F_LOCK = 0x1 const
Dzerrors_linux_amd64.go532 F_LOCK = 0x1 const
Dzerrors_linux_mips64le.go531 F_LOCK = 0x1 const
Dzerrors_linux_386.go532 F_LOCK = 0x1 const
Dzerrors_linux_mips.go531 F_LOCK = 0x1 const
Dzerrors_linux_arm64.go534 F_LOCK = 0x1 const
/external/python/cpython3/Misc/NEWS.d/
D3.6.1rc1.rst909 lockf() is available on Android API level 24, but the F_LOCK macro is not
D3.7.0a3.rst1311 Revert the last commit, the F_LOCK macro is defined by Android Unified
D3.7.0a1.rst5272 lockf() is available on Android API level 24, but the F_LOCK macro is not
/external/libcups/cups/
Dfile.c1031 return (lockf(fp->fd, block ? F_LOCK : F_TLOCK, 0)); in cupsFileLock()
/external/python/cpython3/Lib/test/
Dtest_posix.py273 posix.lockf(fd, posix.F_LOCK, 4)
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc140 # define F_LOCK 1 /* Lock a region for exclusive use. */ macro
/external/python/cpython3/Modules/
Dposixmodule.c13185 #ifdef F_LOCK in all_ins()
13186 if (PyModule_AddIntMacro(m, F_LOCK)) return -1; in all_ins()
/external/python/cpython3/Doc/library/
Dos.rst857 *cmd* specifies the command to use - one of :data:`F_LOCK`, :data:`F_TLOCK`,
866 .. data:: F_LOCK