Home
last modified time | relevance | path

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

/external/strace/xlat/
Dflockcmds.h41 #if defined(LOCK_RW) || (defined(HAVE_DECL_LOCK_RW) && HAVE_DECL_LOCK_RW)
43 static_assert((LOCK_RW) == (192), "LOCK_RW != 192");
46 # define LOCK_RW 192
78 XLAT(LOCK_RW),
Dflockcmds.in6 LOCK_RW 192
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h187 #define LOCK_RW 192 /* which allows concurrent read & write ops */ macro
/external/python/cpython3/Modules/
Dfcntlmodule.c467 #ifdef LOCK_RW in all_ins()
468 if (PyModule_AddIntMacro(m, LOCK_RW)) return -1; in all_ins()
/external/python/cpython2/Modules/
Dfcntlmodule.c455 #ifdef LOCK_RW in all_ins()
456 if (ins(d, "LOCK_RW", (long)LOCK_RW)) return -1; in all_ins()
/external/strace/
DChangeLog35265 * xlat/flockcmds.in: Add LOCK_MAND, LOCK_READ, LOCK_WRITE, and LOCK_RW.