HomeSort by relevance Sort by last modified time
    Searched refs:LOCK_READ (Results 1 - 9 of 9) sorted by null

  /external/strace/xlat/
flockcmds.h 20 #if !(defined(LOCK_READ) || (defined(HAVE_DECL_LOCK_READ) && HAVE_DECL_LOCK_READ))
21 # define LOCK_READ 64
41 XLAT(LOCK_READ),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 156 #define LOCK_READ 64 /* which allows concurrent read operations */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 140 #define LOCK_READ 64
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 185 #define LOCK_READ 64 /* which allows concurrent read operations */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 137 # define LOCK_READ 64 /* ... which allows concurrent read operations. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 152 # define LOCK_READ 64 /* ... which allows concurrent read operations. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 447 #ifdef LOCK_READ
448 if (ins(d, "LOCK_READ", (long)LOCK_READ)) return -1;
  /external/python/cpython2/Modules/
fcntlmodule.c 449 #ifdef LOCK_READ
450 if (ins(d, "LOCK_READ", (long)LOCK_READ)) return -1;
  /external/python/cpython3/Modules/
fcntlmodule.c 452 #ifdef LOCK_READ
453 if (PyModule_AddIntMacro(m, LOCK_READ)) return -1;

Completed in 285 milliseconds