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

1 2 3

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 110 #define F_RDLCK 1 ///< shared or read lock
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 126 #ifndef F_RDLCK
127 #define F_RDLCK 0
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 165 #ifndef F_RDLCK
166 #define F_RDLCK 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 136 #ifndef F_RDLCK
137 #define F_RDLCK 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 118 #define F_RDLCK 0 /* Read 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 133 #define F_RDLCK 0 /* Read 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 148 F_RDLCK = 1
zerrors_darwin_386.go 260 F_RDLCK = 0x1
    [all...]
zerrors_darwin_amd64.go 260 F_RDLCK = 0x1
    [all...]
zerrors_darwin_arm.go 248 F_RDLCK = 0x1
    [all...]
zerrors_darwin_arm64.go 263 F_RDLCK = 0x1
    [all...]
zerrors_solaris_amd64.go 300 F_RDLCK = 0x1
    [all...]
zerrors_dragonfly_amd64.go 325 F_RDLCK = 0x1
    [all...]
zerrors_freebsd_386.go 461 F_RDLCK = 0x1
    [all...]
zerrors_freebsd_amd64.go 461 F_RDLCK = 0x1
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl.go 148 F_RDLCK = 1
zerrors_darwin_386.go 260 F_RDLCK = 0x1
    [all...]
zerrors_darwin_amd64.go 260 F_RDLCK = 0x1
    [all...]
zerrors_darwin_arm.go 248 F_RDLCK = 0x1
    [all...]
zerrors_darwin_arm64.go 263 F_RDLCK = 0x1
    [all...]
zerrors_solaris_amd64.go 300 F_RDLCK = 0x1
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 201 F_RDLCK = 01
  /external/python/cpython2/Lib/plat-atheos/
IN.py 648 F_RDLCK = 0
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 629 F_RDLCK = 01
  /libcore/luni/src/main/java/android/system/
OsConstants.java 271 public static final int F_RDLCK = placeholder();
    [all...]

Completed in 928 milliseconds

1 2 3