Home
last modified time | relevance | path

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

/external/strace/xlat/
Dflockcmds.h23 #if !(defined(LOCK_WRITE) || (defined(HAVE_DECL_LOCK_WRITE) && HAVE_DECL_LOCK_WRITE))
24 # define LOCK_WRITE 128 macro
42 XLAT(LOCK_WRITE),
Dflockcmds.in8 LOCK_WRITE 128
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h185 #define LOCK_WRITE 128 /* which allows concurrent write operations */ macro