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/ |
D | test_fcntl.py | 43 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/ |
D | fcntl.h | 112 #define F_WRLCK 3 ///< exclusive or write lock macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | fcntlmodule.c | 278 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/ |
D | posixfile.py | 156 if 'w' in how: l_type = fcntl.F_WRLCK
|