Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dfcntlmodule.c265 #ifndef LOCK_SH in fcntl_flock()
266 #define LOCK_SH 1 /* shared lock */ in fcntl_flock()
275 else if (code & LOCK_SH) in fcntl_flock()
323 #ifndef LOCK_SH in fcntl_lockf()
324 #define LOCK_SH 1 /* shared lock */ in fcntl_lockf() macro
333 else if (code & LOCK_SH) in fcntl_lockf()
439 if (ins(d, "LOCK_SH", (long)LOCK_SH)) return -1; in all_ins()