OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_SC_MEMLOCK_RANGE
(Results
1 - 16
of
16
) sorted by null
/bionic/libc/include/sys/
sysconf.h
99
#define
_SC_MEMLOCK_RANGE
0x003d
/development/ndk/platforms/android-3/include/sys/
sysconf.h
99
#define
_SC_MEMLOCK_RANGE
0x003d
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h
99
#define
_SC_MEMLOCK_RANGE
0x003d
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
sysconf.h
99
#define
_SC_MEMLOCK_RANGE
0x003d
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
sysconf.h
99
#define
_SC_MEMLOCK_RANGE
0x003d
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
sysconf.h
99
#define
_SC_MEMLOCK_RANGE
0x003d
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
sysconf.h
99
#define
_SC_MEMLOCK_RANGE
0x003d
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
sysconf.h
99
#define
_SC_MEMLOCK_RANGE
0x003d
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h
99
#define
_SC_MEMLOCK_RANGE
0x003d
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h
99
#define
_SC_MEMLOCK_RANGE
0x003d
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
sysconf.h
99
#define
_SC_MEMLOCK_RANGE
0x003d
/system/extras/tests/bionic/libc/other/
test_sysconf.c
111
T(
_SC_MEMLOCK_RANGE
, |1 );
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
confname.h
111
_SC_MEMLOCK_RANGE
,
112
#define
_SC_MEMLOCK_RANGE
_SC_MEMLOCK_RANGE
/bionic/libc/unistd/
sysconf.c
193
case
_SC_MEMLOCK_RANGE
: return _POSIX_MEMLOCK_RANGE
/libcore/luni/src/main/java/libcore/io/
OsConstants.java
382
public static final int
_SC_MEMLOCK_RANGE
= placeholder();
/libcore/luni/src/main/native/
libcore_io_OsConstants.cpp
388
initConstant(env, c, "
_SC_MEMLOCK_RANGE
",
_SC_MEMLOCK_RANGE
);
Completed in 367 milliseconds