Home
last modified time | relevance | path

Searched refs:F_TLOCK (Results 1 – 6 of 6) sorted by relevance

/external/minijail/linux-x86/
Dlibconstants.gen.c635 #ifdef F_TLOCK
636 { "F_TLOCK", (unsigned long) F_TLOCK },
/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py222 F_TLOCK = 2 variable
/external/libcups/cups/
Dfile.c1031 return (lockf(fp->fd, block ? F_LOCK : F_TLOCK, 0)); in cupsFileLock()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc141 # define F_TLOCK 2 /* Test and lock a region for exclusive use. */ macro
/external/python/cpython3/Modules/
Dposixmodule.c12703 #ifdef F_TLOCK
12704 if (PyModule_AddIntMacro(m, F_TLOCK)) return -1;
/external/python/cpython3/Doc/library/
Dos.rst861 *cmd* specifies the command to use - one of :data:`F_LOCK`, :data:`F_TLOCK`,
871 F_TLOCK