HomeSort by relevance Sort by last modified time
    Searched refs:LOCK_RW (Results 101 - 104 of 104) sorted by null

1 2 3 45

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 139 # define LOCK_RW 192 /* ... Which allows concurrent read & write operations. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 154 # define LOCK_RW 192 /* ... Which allows concurrent read & write operations. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 453 #ifdef LOCK_RW
454 if (ins(d, "LOCK_RW", (long)LOCK_RW)) return -1;
  /external/python/cpython2/Modules/
fcntlmodule.c 455 #ifdef LOCK_RW
456 if (ins(d, "LOCK_RW", (long)LOCK_RW)) return -1;

Completed in 624 milliseconds

1 2 3 45