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

  /external/strace/xlat/
flockcmds.h 23 #if !(defined(LOCK_WRITE) || (defined(HAVE_DECL_LOCK_WRITE) && HAVE_DECL_LOCK_WRITE))
24 # define LOCK_WRITE 128
42 XLAT(LOCK_WRITE),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 157 #define LOCK_WRITE 128 /* which allows concurrent write operations */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 141 #define LOCK_WRITE 128
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 186 #define LOCK_WRITE 128 /* which allows concurrent write operations */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 138 # define LOCK_WRITE 128 /* ... which allows concurrent write operations. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 153 # define LOCK_WRITE 128 /* ... which allows concurrent write operations. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 450 #ifdef LOCK_WRITE
451 if (ins(d, "LOCK_WRITE", (long)LOCK_WRITE)) return -1;
  /external/python/cpython2/Modules/
fcntlmodule.c 452 #ifdef LOCK_WRITE
453 if (ins(d, "LOCK_WRITE", (long)LOCK_WRITE)) return -1;
  /external/python/cpython3/Modules/
fcntlmodule.c 455 #ifdef LOCK_WRITE
456 if (PyModule_AddIntMacro(m, LOCK_WRITE)) return -1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidlbase.h     [all...]
objidl.h     [all...]

Completed in 567 milliseconds