HomeSort by relevance Sort by last modified time
    Searched refs:LOCK_MAND (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 136 # define LOCK_MAND 32 /* This is a mandatory flock: */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 151 # define LOCK_MAND 32 /* This is a mandatory flock: */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 444 #ifdef LOCK_MAND
445 if (ins(d, "LOCK_MAND", (long)LOCK_MAND)) return -1;
  /external/python/cpython2/Modules/
fcntlmodule.c 446 #ifdef LOCK_MAND
447 if (ins(d, "LOCK_MAND", (long)LOCK_MAND)) return -1;

Completed in 374 milliseconds

1 2 3 45