OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:munlockall
(Results
1 - 25
of
332
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/arch-arm64/syscalls/
munlockall.S
5
ENTRY(
munlockall
)
function
14
END(
munlockall
)
/bionic/libc/arch-arm/syscalls/
munlockall.S
5
ENTRY(
munlockall
)
function
14
END(
munlockall
)
/bionic/libc/arch-mips/syscalls/
munlockall.S
5
ENTRY(
munlockall
)
function
19
END(
munlockall
)
/bionic/libc/arch-x86/syscalls/
munlockall.S
5
ENTRY(
munlockall
)
function
16
END(
munlockall
)
/bionic/libc/arch-x86_64/syscalls/
munlockall.S
5
ENTRY(
munlockall
)
function
15
END(
munlockall
)
/bionic/libc/arch-mips64/syscalls/
munlockall.S
5
ENTRY(
munlockall
)
function
25
END(
munlockall
)
/bionic/libc/include/sys/
mman.h
54
extern int
munlockall
(void);
/development/ndk/platforms/android-L/include/sys/
mman.h
54
extern int
munlockall
(void);
/frameworks/rs/cpu_ref/linkloader/include/
mmanWindows.h
42
extern int
munlockall
(void);
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
mman.h
54
extern int
munlockall
(void);
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
mman.h
54
extern int
munlockall
(void);
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
mman.h
54
extern int
munlockall
(void);
/development/ndk/platforms/android-3/include/sys/
mman.h
54
extern int
munlockall
(void);
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
mman.h
54
extern int
munlockall
(void);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
mman.h
54
extern int
munlockall
(void);
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
mman.h
54
extern int
munlockall
(void);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
mman.h
54
extern int
munlockall
(void);
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
mman.h
54
extern int
munlockall
(void);
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
mman.h
54
extern int
munlockall
(void);
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
mman.h
54
extern int
munlockall
(void);
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
mman.h
54
extern int
munlockall
(void);
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
mman.h
54
extern int
munlockall
(void);
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
mman.h
54
extern int
munlockall
(void);
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
mman.h
54
extern int
munlockall
(void);
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
mman.h
54
extern int
munlockall
(void);
Completed in 1542 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>