Home
last modified time | relevance | path

Searched refs:F_ULOCK (Results 1 – 19 of 19) sorted by relevance

/external/minijail/linux-x86/
Dlibconstants.gen.c638 #ifdef F_ULOCK
639 { "F_ULOCK", (unsigned long) F_ULOCK },
/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py220 F_ULOCK = 0 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go485 F_ULOCK = 0x0 const
Dzerrors_linux_mipsle.go558 F_ULOCK = 0x0 const
Dzerrors_linux_s390x.go558 F_ULOCK = 0x0 const
Dzerrors_linux_arm.go558 F_ULOCK = 0x0 const
Dzerrors_linux_ppc64le.go558 F_ULOCK = 0x0 const
Dzerrors_linux_mips64.go558 F_ULOCK = 0x0 const
Dzerrors_linux_ppc64.go558 F_ULOCK = 0x0 const
Dzerrors_linux_amd64.go559 F_ULOCK = 0x0 const
Dzerrors_linux_mips64le.go558 F_ULOCK = 0x0 const
Dzerrors_linux_386.go559 F_ULOCK = 0x0 const
Dzerrors_linux_mips.go558 F_ULOCK = 0x0 const
Dzerrors_linux_arm64.go561 F_ULOCK = 0x0 const
/external/libcups/cups/
Dfile.c2070 return (lockf(fp->fd, F_ULOCK, 0)); in cupsFileUnlock()
/external/python/cpython3/Lib/test/
Dtest_posix.py275 posix.lockf(fd, posix.F_ULOCK, 4)
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc139 # define F_ULOCK 0 /* Unlock a previously locked region. */ macro
/external/python/cpython3/Modules/
Dposixmodule.c13191 #ifdef F_ULOCK in all_ins()
13192 if (PyModule_AddIntMacro(m, F_ULOCK)) return -1; in all_ins()
/external/python/cpython3/Doc/library/
Dos.rst858 :data:`F_ULOCK` or :data:`F_TEST`.
868 F_ULOCK