Home
last modified time | relevance | path

Searched refs:F_RDLCK (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dfcntlmodule.c276 l.l_type = F_RDLCK; in fcntl_flock()
334 l.l_type = F_RDLCK; in fcntl_lockf()
493 #ifdef F_RDLCK in all_ins()
494 if (ins(d, "F_RDLCK", (long)F_RDLCK)) return -1; in all_ins()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dfcntl.h110 #define F_RDLCK 1 ///< shared or read lock macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dposixfile.py157 elif 'r' in how: l_type = fcntl.F_RDLCK
215 if l_type == fcntl.F_RDLCK: