HomeSort by relevance Sort by last modified time
    Searched defs:F_WRLCK (Results 1 - 25 of 72) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 112 #define F_WRLCK 3 ///< exclusive or write lock
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 128 #define F_WRLCK 1
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 167 #define F_WRLCK 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 138 #define F_WRLCK 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 119 #define F_WRLCK 1 /* Write lock. */
155 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
170 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 134 #define F_WRLCK 1 /* Write lock. */
170 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
185 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 149 F_WRLCK = 2
zerrors_darwin_386.go 275 F_WRLCK = 0x3
    [all...]
zerrors_darwin_amd64.go 275 F_WRLCK = 0x3
    [all...]
zerrors_darwin_arm.go 260 F_WRLCK = 0x3
    [all...]
zerrors_darwin_arm64.go 279 F_WRLCK = 0x3
    [all...]
zerrors_solaris_amd64.go 322 F_WRLCK = 0x2
    [all...]
zerrors_dragonfly_amd64.go 332 F_WRLCK = 0x3
    [all...]
zerrors_freebsd_386.go 471 F_WRLCK = 0x3
    [all...]
zerrors_freebsd_amd64.go 471 F_WRLCK = 0x3
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl.go 149 F_WRLCK = 2
zerrors_darwin_386.go 275 F_WRLCK = 0x3
    [all...]
zerrors_darwin_amd64.go 275 F_WRLCK = 0x3
    [all...]
zerrors_darwin_arm.go 260 F_WRLCK = 0x3
    [all...]
zerrors_darwin_arm64.go 279 F_WRLCK = 0x3
    [all...]
zerrors_solaris_amd64.go 322 F_WRLCK = 0x2
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 202 F_WRLCK = 02
  /external/python/cpython2/Lib/plat-atheos/
IN.py 649 F_WRLCK = 1
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 630 F_WRLCK = 02
  /libcore/luni/src/main/java/android/system/
OsConstants.java 280 public static final int F_WRLCK = placeholder();
    [all...]

Completed in 1081 milliseconds

1 2 3