HomeSort by relevance Sort by last modified time
    Searched refs:F_SHLCK (Results 1 - 25 of 33) sorted by null

1 2

  /external/strace/xlat/
lockfcmds.h 23 #if defined(F_SHLCK) || (defined(HAVE_DECL_F_SHLCK) && HAVE_DECL_F_SHLCK)
24 XLAT(F_SHLCK),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 145 #define F_SHLCK 8 /* or 4 */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 133 #define F_SHLCK 8
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 174 #define F_SHLCK 8 /* or 4 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 124 #define F_SHLCK 8 /* or 4 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 139 #define F_SHLCK 8 /* or 4 */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 529 #ifdef F_SHLCK
530 if (ins(d, "F_SHLCK", (long)F_SHLCK)) return -1;
  /external/minijail/linux-x86/
libconstants.gen.c 629 #ifdef F_SHLCK
630 { "F_SHLCK", (unsigned long) F_SHLCK },
631 #endif // F_SHLCK
    [all...]
  /external/python/cpython2/Modules/
fcntlmodule.c 531 #ifdef F_SHLCK
532 if (ins(d, "F_SHLCK", (long)F_SHLCK)) return -1;
  /external/python/cpython3/Modules/
fcntlmodule.c 537 #ifdef F_SHLCK
538 if (PyModule_AddIntMacro(m, F_SHLCK)) return -1;
  /external/python/cpython2/Lib/plat-atheos/
IN.py 652 F_SHLCK = 8
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 293 F_SHLCK = 0x8
    [all...]
zerrors_linux_amd64.go 293 F_SHLCK = 0x8
    [all...]
zerrors_linux_arm.go 295 F_SHLCK = 0x8
    [all...]
zerrors_linux_arm64.go 379 F_SHLCK = 0x8
    [all...]
zerrors_linux_mips.go 380 F_SHLCK = 0x8
    [all...]
zerrors_linux_mips64.go 376 F_SHLCK = 0x8
    [all...]
zerrors_linux_mips64le.go 376 F_SHLCK = 0x8
    [all...]
zerrors_linux_mipsle.go 380 F_SHLCK = 0x8
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 293 F_SHLCK = 0x8
    [all...]
zerrors_linux_amd64.go 293 F_SHLCK = 0x8
    [all...]
zerrors_linux_arm.go 295 F_SHLCK = 0x8
    [all...]
zerrors_linux_arm64.go 379 F_SHLCK = 0x8
    [all...]
zerrors_linux_mips.go 380 F_SHLCK = 0x8
    [all...]
zerrors_linux_mips64.go 376 F_SHLCK = 0x8
    [all...]

Completed in 287 milliseconds

1 2