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

1 2

  /bionic/libc/include/bits/
lockf.h 37 #define F_TLOCK 2
  /bionic/libc/bionic/
lockf.cpp 54 if (cmd == F_TLOCK) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fcntl.h 143 # define F_TLOCK 2 /* Test and lock a region for exclusive use. */
unistd.h     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 25 #define F_TLOCK 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 190 # define F_TLOCK 2 /* Test and lock a region for exclusive use. */
unistd.h     [all...]
  /external/minijail/linux-x86/
libconstants.gen.c 635 #ifdef F_TLOCK
636 { "F_TLOCK", (unsigned long) F_TLOCK },
637 #endif // F_TLOCK
    [all...]
  /external/python/cpython2/Lib/plat-unixware7/
STROPTS.py 222 F_TLOCK = 2
  /bionic/tests/
unistd_test.cpp     [all...]
  /external/libcups/cups/
file.c 995 return (lockf(fp->fd, block ? F_LOCK : F_TLOCK, 0));
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 295 F_TLOCK = 0x2
    [all...]
zerrors_linux_amd64.go 295 F_TLOCK = 0x2
    [all...]
zerrors_linux_arm.go 297 F_TLOCK = 0x2
    [all...]
zerrors_linux_arm64.go 381 F_TLOCK = 0x2
    [all...]
zerrors_linux_mips.go 382 F_TLOCK = 0x2
    [all...]
zerrors_linux_mips64.go 378 F_TLOCK = 0x2
    [all...]
zerrors_linux_mips64le.go 378 F_TLOCK = 0x2
    [all...]
zerrors_linux_mipsle.go 382 F_TLOCK = 0x2
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 295 F_TLOCK = 0x2
    [all...]
zerrors_linux_amd64.go 295 F_TLOCK = 0x2
    [all...]
zerrors_linux_arm.go 297 F_TLOCK = 0x2
    [all...]
zerrors_linux_arm64.go 381 F_TLOCK = 0x2
    [all...]
zerrors_linux_mips.go 382 F_TLOCK = 0x2
    [all...]
zerrors_linux_mips64.go 378 F_TLOCK = 0x2
    [all...]

Completed in 2019 milliseconds

1 2