OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F_RDLCK
(Results
51 - 55
of
55
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/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. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
187
public static final int
F_RDLCK
= placeholder();
[
all
...]
/external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar
Completed in 336 milliseconds
1
2
3