Home
last modified time | relevance | path

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

/external/strace/xlat/
Dflockcmds.h55 #if defined(LOCK_WRITE) || (defined(HAVE_DECL_LOCK_WRITE) && HAVE_DECL_LOCK_WRITE)
57 static_assert((LOCK_WRITE) == (128), "LOCK_WRITE != 128");
60 # define LOCK_WRITE 128
80 XLAT(LOCK_WRITE),
Dflockcmds.in8 LOCK_WRITE 128
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h186 #define LOCK_WRITE 128 /* which allows concurrent write operations */ macro
/external/python/cpython3/Modules/
Dfcntlmodule.c464 #ifdef LOCK_WRITE in all_ins()
465 if (PyModule_AddIntMacro(m, LOCK_WRITE)) return -1; in all_ins()
/external/python/cpython2/Modules/
Dfcntlmodule.c452 #ifdef LOCK_WRITE in all_ins()
453 if (ins(d, "LOCK_WRITE", (long)LOCK_WRITE)) return -1; in all_ins()
/external/strace/
DChangeLog35265 * xlat/flockcmds.in: Add LOCK_MAND, LOCK_READ, LOCK_WRITE, and LOCK_RW.