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

1 2

  /bionic/libc/include/bits/
lockf.h 36 #define F_LOCK 1
  /external/libchrome/base/
os_compat_android.h 22 #define F_LOCK LOCK_EX
  /bionic/libc/bionic/
lockf.cpp 49 if (cmd == F_LOCK) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 178 #if !defined F_LOCK && (defined __USE_MISC || (defined __USE_XOPEN_EXTENDED \
189 # define F_LOCK 1 /* Lock a region for exclusive use. */
unistd.h     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 24 #define F_LOCK 1
  /external/minijail/linux-x86/
libconstants.gen.c 563 #ifdef F_LOCK
564 { "F_LOCK", (unsigned long) F_LOCK },
565 #endif // F_LOCK
    [all...]
  /external/python/cpython2/Lib/plat-unixware7/
STROPTS.py 221 F_LOCK = 1
  /bionic/tests/
unistd_test.cpp     [all...]
  /bionic/tests/headers/posix/
unistd_h.c 131 MACRO(F_LOCK);
  /external/libcups/cups/
file.c 998 return (lockf(fp->fd, block ? F_LOCK : F_TLOCK, 0));
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 278 F_LOCK = 0x1
    [all...]
zerrors_linux_amd64.go 278 F_LOCK = 0x1
    [all...]
zerrors_linux_arm.go 280 F_LOCK = 0x1
    [all...]
zerrors_linux_arm64.go 364 F_LOCK = 0x1
    [all...]
zerrors_linux_mips.go 365 F_LOCK = 0x1
    [all...]
zerrors_linux_mips64.go 361 F_LOCK = 0x1
    [all...]
zerrors_linux_mips64le.go 361 F_LOCK = 0x1
    [all...]
zerrors_linux_mipsle.go 365 F_LOCK = 0x1
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 278 F_LOCK = 0x1
    [all...]
zerrors_linux_amd64.go 278 F_LOCK = 0x1
    [all...]
zerrors_linux_arm.go 280 F_LOCK = 0x1
    [all...]
zerrors_linux_arm64.go 364 F_LOCK = 0x1
    [all...]
zerrors_linux_mips.go 365 F_LOCK = 0x1
    [all...]
zerrors_linux_mips64.go 361 F_LOCK = 0x1
    [all...]

Completed in 808 milliseconds

1 2