Searched refs:F_LOCK (Results 1 – 22 of 22) sorted by relevance
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 563 #ifdef F_LOCK 564 { "F_LOCK", (unsigned long) F_LOCK },
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | STROPTS.py | 221 F_LOCK = 1 variable
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 464 F_LOCK = 0x1 const
|
D | zerrors_linux_mipsle.go | 531 F_LOCK = 0x1 const
|
D | zerrors_linux_s390x.go | 531 F_LOCK = 0x1 const
|
D | zerrors_linux_arm.go | 531 F_LOCK = 0x1 const
|
D | zerrors_linux_ppc64le.go | 531 F_LOCK = 0x1 const
|
D | zerrors_linux_mips64.go | 531 F_LOCK = 0x1 const
|
D | zerrors_linux_ppc64.go | 531 F_LOCK = 0x1 const
|
D | zerrors_linux_amd64.go | 532 F_LOCK = 0x1 const
|
D | zerrors_linux_mips64le.go | 531 F_LOCK = 0x1 const
|
D | zerrors_linux_386.go | 532 F_LOCK = 0x1 const
|
D | zerrors_linux_mips.go | 531 F_LOCK = 0x1 const
|
D | zerrors_linux_arm64.go | 534 F_LOCK = 0x1 const
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.1rc1.rst | 909 lockf() is available on Android API level 24, but the F_LOCK macro is not
|
D | 3.7.0a3.rst | 1311 Revert the last commit, the F_LOCK macro is defined by Android Unified
|
D | 3.7.0a1.rst | 5272 lockf() is available on Android API level 24, but the F_LOCK macro is not
|
/external/libcups/cups/ |
D | file.c | 1031 return (lockf(fp->fd, block ? F_LOCK : F_TLOCK, 0)); in cupsFileLock()
|
/external/python/cpython3/Lib/test/ |
D | test_posix.py | 273 posix.lockf(fd, posix.F_LOCK, 4)
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 140 # define F_LOCK 1 /* Lock a region for exclusive use. */ macro
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 13185 #ifdef F_LOCK in all_ins() 13186 if (PyModule_AddIntMacro(m, F_LOCK)) return -1; in all_ins()
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 857 *cmd* specifies the command to use - one of :data:`F_LOCK`, :data:`F_TLOCK`, 866 .. data:: F_LOCK
|