HomeSort by relevance Sort by last modified time
    Searched defs:F_RDLCK (Results 26 - 27 of 27) sorted by null

12

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 123 #define F_RDLCK 0 /* Read lock. */
160 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
175 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 150 public static final int F_RDLCK = placeholder();

Completed in 76 milliseconds

12