Home
last modified time | relevance | path

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

/external/strace/xlat/
Dflockcmds.h17 #if !(defined(LOCK_RW) || (defined(HAVE_DECL_LOCK_RW) && HAVE_DECL_LOCK_RW))
18 # define LOCK_RW 192 macro
40 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/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/python/cpython3/Modules/
Dfcntlmodule.c458 #ifdef LOCK_RW in all_ins()
459 if (PyModule_AddIntMacro(m, LOCK_RW)) return -1; in all_ins()
/external/strace/
DChangeLog27703 * xlat/flockcmds.in: Add LOCK_MAND, LOCK_READ, LOCK_WRITE, and LOCK_RW.