Home
last modified time | relevance | path

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

/external/strace/xlat/
Dflockcmds.h48 #if defined(LOCK_READ) || (defined(HAVE_DECL_LOCK_READ) && HAVE_DECL_LOCK_READ)
50 static_assert((LOCK_READ) == (64), "LOCK_READ != 64");
53 # define LOCK_READ 64
79 XLAT(LOCK_READ),
Dflockcmds.in7 LOCK_READ 64
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h185 #define LOCK_READ 64 /* which allows concurrent read operations */ macro
/external/python/cpython3/Modules/
Dfcntlmodule.c461 #ifdef LOCK_READ in all_ins()
462 if (PyModule_AddIntMacro(m, LOCK_READ)) return -1; in all_ins()
/external/python/cpython2/Modules/
Dfcntlmodule.c449 #ifdef LOCK_READ in all_ins()
450 if (ins(d, "LOCK_READ", (long)LOCK_READ)) return -1; in all_ins()
/external/strace/
DChangeLog35265 * xlat/flockcmds.in: Add LOCK_MAND, LOCK_READ, LOCK_WRITE, and LOCK_RW.