Home
last modified time | relevance | path

Searched refs:F_WRLCK (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_fcntl.py43 fcntl.F_WRLCK, 0)
45 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
49 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dfcntl.h112 #define F_WRLCK 3 ///< exclusive or write lock macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dfcntlmodule.c278 l.l_type = F_WRLCK; in fcntl_flock()
336 l.l_type = F_WRLCK; in fcntl_lockf()
496 #ifdef F_WRLCK in all_ins()
497 if (ins(d, "F_WRLCK", (long)F_WRLCK)) return -1; in all_ins()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dposixfile.py156 if 'w' in how: l_type = fcntl.F_WRLCK