Home
last modified time | relevance | path

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

/external/strace/xlat/
Dflockcmds.h20 #if !(defined(LOCK_READ) || (defined(HAVE_DECL_LOCK_READ) && HAVE_DECL_LOCK_READ))
21 # define LOCK_READ 64 macro
41 XLAT(LOCK_READ),
Dflockcmds.in7 LOCK_READ 64
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h184 #define LOCK_READ 64 /* which allows concurrent read operations */ macro