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

1 2

  /bionic/libc/include/bits/
lockf.h 35 #define F_ULOCK 0
  /external/libchrome/base/
os_compat_android.h 23 #define F_ULOCK LOCK_UN
  /bionic/libc/bionic/
lockf.cpp 43 if (cmd == F_ULOCK) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fcntl.h 141 # define F_ULOCK 0 /* Unlock a previously locked region. */
unistd.h     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 23 #define F_ULOCK 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 188 # define F_ULOCK 0 /* Unlock a previously locked region. */
unistd.h     [all...]
  /external/minijail/linux-x86/
libconstants.gen.c 638 #ifdef F_ULOCK
639 { "F_ULOCK", (unsigned long) F_ULOCK },
640 #endif // F_ULOCK
    [all...]
  /external/skia/tools/
ok.cpp 62 lockf(log_fd, F_ULOCK, 0);
88 lockf(log_fd, F_ULOCK, 0);
  /external/python/cpython2/Lib/plat-unixware7/
STROPTS.py 220 F_ULOCK = 0
  /bionic/tests/
unistd_test.cpp     [all...]
  /external/libcups/cups/
file.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 296 F_ULOCK = 0x0
    [all...]
zerrors_linux_amd64.go 296 F_ULOCK = 0x0
    [all...]
zerrors_linux_arm.go 298 F_ULOCK = 0x0
    [all...]
zerrors_linux_arm64.go 382 F_ULOCK = 0x0
    [all...]
zerrors_linux_mips.go 383 F_ULOCK = 0x0
    [all...]
zerrors_linux_mips64.go 379 F_ULOCK = 0x0
    [all...]
zerrors_linux_mips64le.go 379 F_ULOCK = 0x0
    [all...]
zerrors_linux_mipsle.go 383 F_ULOCK = 0x0
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 296 F_ULOCK = 0x0
    [all...]
zerrors_linux_amd64.go 296 F_ULOCK = 0x0
    [all...]
zerrors_linux_arm.go 298 F_ULOCK = 0x0
    [all...]
zerrors_linux_arm64.go 382 F_ULOCK = 0x0
    [all...]

Completed in 864 milliseconds

1 2