Home
last modified time | relevance | path

Searched refs:LOCK_RW (Results 1 – 4 of 4) 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.h186 #define LOCK_RW 192 /* which allows concurrent read & write ops */ macro
/external/strace/
DChangeLog16075 * xlat/flockcmds.in: Add LOCK_MAND, LOCK_READ, LOCK_WRITE, and LOCK_RW.